导出主题时支持设置主题版本#6284
Merged
Merged
Conversation
|
感觉 UI 有点奇怪,
是否可以考虑在
告知用户 不填写条目输入框则使用当前显示的值 和 不要修改不了解的条目 类似意思的话 或者为了考虑后续可能提供的 |
Member
|
我不觉得应该在这里放一个高级设置。如果需要的话,未来我们可以做一个类似主题包导出页面的页面提供控制选项。在对话框里塞太多设置项很难看和臃肿。 |
Contributor
Author
|
那我先把id和高级设置删了,然后只加一个版本? |
Member
|
恩 |
Glavo
reviewed
Jul 2, 2026
| /// @param packName the exported package display name | ||
| /// @param authorName the exported package author name | ||
| /// @throws IOException if the current appearance cannot be exported | ||
| public static void exportCurrent(Path outputFile, String packId, String version, String packName, String authorName) throws IOException { |
Glavo
approved these changes
Jul 2, 2026
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.


解决 #6283,删除了ID的UI(语言文件里没删)
