训练图片管理面板,右侧统计从前十限制改为全部,并且支持点击直接显示。

This commit is contained in:
2026-03-04 17:00:54 +08:00
parent 1ff540045d
commit b2a5060a19
4 changed files with 35 additions and 10 deletions
+1
View File
@@ -96,6 +96,7 @@ class DataManagementApp:
on_download_history_callback=self._on_download_history,
on_export_callback=self._on_export,
on_settings_callback=self._on_settings,
on_item_click_callback=lambda name: self.filter_panel.set_goods_name_and_query(name),
width=RIGHT_PANEL_WIDTH
)
self.statistics_panel.pack(side="right", fill="y", padx=(5, 0))