7015725
1c802f6948
fix: 主题模板真正应用到主面板渲染
根本问题: buildPanelView('main') 构建主面板时用的是
ui.colors.bgLight/bgDark(Monet 配色),完全不经过
getPanelBgColorInt/getPanelTextColorInt 的模板填充逻辑。
updatePanelBackground 虽然封装了统一取色,但实际没有在
主面板构建流程中被调用。
修复:
1. buildPanelView('main') 末尾调用 updatePanelBackground(panel)
应用统一主题色(Monet/模板/自定义)
2. 保留临时背景色避免构建过程中的裸窗口闪烁
2026-05-15 02:08:58 +08:00
..
2026-05-15 01:56:58 +08:00
2026-05-14 03:10:25 +08:00
2026-04-21 07:42:23 +08:00
2026-05-15 02:00:25 +08:00
2026-05-07 22:42:06 +08:00
2026-04-21 07:42:23 +08:00
2026-04-21 07:42:23 +08:00
2026-04-21 07:42:23 +08:00
2026-05-14 18:44:57 +08:00
2026-04-20 12:32:55 +08:00
2026-05-12 10:24:30 +08:00
2026-04-21 07:42:23 +08:00
2026-05-14 23:24:48 +08:00
2026-05-14 23:30:38 +08:00
2026-05-15 02:08:58 +08:00
2026-05-12 10:24:30 +08:00