feat: 扩展主题界面适配与 Agent 服务工具

This commit is contained in:
2026-09-09 21:44:21 +08:00
parent 76909f3e84
commit e5d144056c
26 changed files with 703 additions and 92 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ function toggleFromTitlebar(event: MouseEvent) {
&.close:hover {
background: var(--color-error);
color: white;
color: var(--color-on-error);
}
}