第一个Alpha版本

This commit is contained in:
2025-11-14 18:09:20 +08:00
parent cd67c9ad60
commit 6810b55cbb
8 changed files with 31 additions and 18 deletions
-1
View File
@@ -7,6 +7,5 @@ from core.qmt import qmtv
if __name__ == '__main__':
sdConstants.initConfig()
qmtv.init_qmtv()
qmtv.connect()
window = MainWindow()
window.run()