合并分支 - #653
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
🤖 Augment PR SummarySummary: This PR refreshes dependencies and improves runtime handling of the Windows light/dark preference. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
| try | ||
| { | ||
| // 手动切换主题时基线失效,运行时系统深浅色切换需要重新建立 | ||
| _lastFollowedSystemThemeLight = null; |
There was a problem hiding this comment.
[Ink Canvas/MainWindow.xaml.cs:3623] When a running instance changes from a fixed theme to Follow system, this clears the baseline and case 2 never establishes it. CheckSystemThemeSwitch then treats the first subsequent OS light/dark transition solely as baseline initialization and returns, so the application misses that transition and remains on the prior theme until another system preference event occurs.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
bro建议你学一下本地git merge
…---原始邮件---
发件人: ***@***.***>
发送时间: 2026年9月6日(周日) 晚上9:40
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [InkCanvasForClass/community] 合并分支 (PR #653)
You can view, comment on, or merge this pull request online at:
#653
Commit Summary
b4afc1f Update AutomaticUpdateVersionControl.txt
8fbc0ee improve:UI
7c3eebd fix:分组内组件更改
5626372 improve:UI
6aea393 Merge remote-tracking branch 'origin/net6' into net10
1af5fa6 更新nuget
f756bbb Merge branch 'net6' into net10
c8031b5 fix: centralize Nerdbank version for restore (#651)
959a1fc Revert "fix: centralize Nerdbank version for restore (#651)" (#652)
2734e9b Revert "更新nuget"
f55fac4 更新nuget
bf5ccf8 Merge branch 'net6' into net10
f6ac56d Revert "Merge branch 'net6' into net10"
4ced274 回退nuget
60f8f4a Update: Nuget
File Changes
(6 files)
M AutomaticUpdateVersionControl.txt (2)
M Ink Canvas/InkCanvasForClass.csproj (36)
M Ink Canvas/MainWindow.xaml.cs (12)
M Ink Canvas/MainWindow_cs/MW_AutoTheme.cs (84)
M Ink Canvas/Windows/SettingsViews/Pages/ToolbarPage.xaml.cs (11)
M Ink Canvas/packages.lock.json (205)
Patch Links:
https://github.com/InkCanvasForClass/community/pull/653.patch
https://github.com/InkCanvasForClass/community/pull/653.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
No description provided.