继续优化UI加载速度

This commit is contained in:
xinzhu.yin
2026-06-22 10:52:51 +08:00
parent 92cba114a9
commit 2d8d4119e3
7 changed files with 307 additions and 72 deletions

View File

@@ -156,6 +156,7 @@ class PQAutomationApp(
self.current_panel = None # 当前显示的面板名称
self.panels = {} # 存储所有面板的信息
self.log_visible = False
self._theme_transition = False
# 创建左侧面板
self.left_frame = ttk.Frame(self.main_frame, width=208)