Conversation
de615b3 to
89e56e2
Compare
Co-authored-by: traeagent <traeagent@users.noreply.github.com>
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.
🎯 Changes
1. 自定义“信仰の源”显示位置功能
Canvas替换为Grid,以支持更灵活的对齐方式。Grid容器。UpdateChickenSoupPosition方法,根据当前设置动态调整水印文字的对齐方式和边距。ChickenSoupPosition属性,用于持久化存储用户选择的位置状态。💡 Technical Highlights
Canvas切换到Grid,利用Grid的强大布局能力实现更灵活的对齐和定位。ChickenSoupPosition属性,将用户选择的显示位置持久化,并在应用启动时加载,提升用户体验。UpdateChickenSoupPosition方法,实现根据用户选择动态调整水印文字的布局属性,无需重启应用即可生效。