重构,GUI初步开发

This commit is contained in:
DLmaster
2024-07-07 12:43:40 +08:00
parent e550b9a155
commit 2010855139
15 changed files with 2026 additions and 805 deletions

View File

@@ -20,6 +20,4 @@
import os
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico manage.py")
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico run.py")
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico AUTO_MAA.py")
os.system("pyinstaller -F --version-file res/info.txt --icon=res/AUTO_MAA.ico gui.py")