优化UI加载速度

This commit is contained in:
xinzhu.yin
2026-06-22 10:40:39 +08:00
parent 22f8b12690
commit 92cba114a9
9 changed files with 239 additions and 108 deletions

View File

@@ -23,7 +23,7 @@ _TEMPLATE_FILE = "pantone_2670_colors.xlsx"
def create_pantone_baseline_panel(self: "PQAutomationApp"):
"""创建 Pantone 认证摸底测试面板。"""
frame = ttk.Frame(self.content_frame)
frame = ttk.Frame(self.view_stack)
self.pantone_baseline_frame = frame
self.pantone_baseline_visible = False
self.pantone_patterns = []