Feat: add root path#601
Open
mihirukiss wants to merge 6 commits into
Open
Conversation
Contributor
|
为什么不把根目录的设置统一到 “属性->路径" 的设置窗口,而是新开一个单独的对话框呢? |
Contributor
Author
|
原本是考虑rootPath的更改是一个相对较高级的功能, 一般用户较少会去使用, 所以就把他独立出去. |
…dByPath and normalize folder name in scanner
# Conflicts: # src/main/features/adder/services/adder.ts # src/main/features/adder/services/scanner.ts
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.
为游戏增加根目录属性, 通过简单的推断算法计算默认值, 并允许用户自行修改, 以便统一简化多个功能的游戏目录取值逻辑, 并使这些功能的效果更符合用户期望. 主要修改点如下:
附注, 以下功能保持使用原有路径相关字段不做修改:
Resolve #592