系统诊断增加设备检测

This commit is contained in:
2026-01-11 18:00:32 +08:00
parent f860c5a216
commit b40ea0112a
13 changed files with 537 additions and 247 deletions

View File

@ -332,6 +332,7 @@ class MainWindow(QWidget):
def closeEvent(self, e):
"""窗口关闭时的回调"""
self.hide() # 隐藏界面
self.about_to_close.emit()
super().closeEvent(e)