重构移动utils文件夹

This commit is contained in:
xinzhu.yin
2026-04-20 11:48:38 +08:00
parent b6c1c2ab93
commit 2e92b48496
27 changed files with 2866 additions and 3085 deletions

View File

@@ -8,7 +8,7 @@ import tkinter as tk
import ttkbootstrap as ttk
import matplotlib.pyplot as plt
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from views.pq_debug_panel import PQDebugPanel
from app.views.pq_debug_panel import PQDebugPanel
def init_gamut_chart(self):
"""初始化色域图表 - 手动设置subplot位置完全避免重叠"""