UI优化,判定优化,修复gameid错误,代理策略优化,组件独立性优化

This commit is contained in:
DLmaster
2024-03-09 12:00:14 +08:00
parent eac2d13fee
commit 1a9af53e4d
11 changed files with 184 additions and 85 deletions

View File

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