新增流水弹窗置顶;增加用户默认流水类型偏好设置;Docker适配SQLite;CI自动注入版本号#166
Open
DeeliN221 wants to merge 2 commits into
Open
Conversation
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




上次的推送遗漏了弹窗置顶的代码,导致对话框还是会被部分遮挡,现在补齐;另外,默认流水类型之前在代码里写死了是支出,现在在用户界面增加一个设置入口,为此也修改了一些数据库信息;最后是 Docker 打包的一些修改,我对项目还不熟悉,请审核变更细节。我自己这边已经试着打包 docker 镜像并覆盖原来的实例了,功能上完全符合预期,应该是没引入什么明显的 BUG