完善转换流程与预览调色体验 - #2
Merged
Merged
Conversation
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.
变更内容
InvalidOperationException。原因与影响
原有转换流程缺少批量任务反馈与覆盖保护,预览修改后也缺少完整包保存入口;同时进度条绑定模式会在运行时尝试回写只读属性。调色面板的信息层级较弱、选项说明分散,导致操作成本偏高。
本次改动让批量转换和预览保存更可靠,并简化颜色调整操作。现有颜色处理算法与作用域能力保持不变。
验证
dotnet build KAnimGui.sln -c Debug --no-restore:0 警告,0 错误dotnet test KAnimGui.Tests/KAnimGui.Tests.csproj -c Debug --no-build --no-restore:101/101 通过