feat: add semantic status bar colors

This commit is contained in:
chengma
2026-07-07 15:42:19 +08:00
parent 8bd6a1df91
commit 9ce4d2442e
14 changed files with 171 additions and 43 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
## 全局状态栏反馈
左下角状态栏用于低打扰反馈,T-543 将统一由 `MainWindow.show_status(message, level)` 控制语义色:
左下角状态栏用于低打扰反馈,T-543 已统一由 `MainWindow.show_status(message, level)` 控制语义色:
- 普通/导航/就绪:muted 或系统默认,例如「就绪」「当前:② AI生成」。
- 信息/进行中:info,例如「正在生成标题」「检测登录中」。