对主题代码优化,使其尽量适配Win10
因为是Win10环境修改,需要Win11用户进行测试
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
.idea/AUTO_MAA.iml
|
||||
.idea/inspectionProfiles/profiles_settings.xml
|
||||
.idea/misc.xml
|
||||
.idea/vcs.xml
|
||||
.idea/modules.xml
|
||||
.idea/workspace.xml
|
||||
app/__pycache__/__init__.cpython-312.pyc
|
||||
app/core/__pycache__/__init__.cpython-312.pyc
|
||||
app/core/__pycache__/main_info_bar.cpython-312.pyc
|
||||
app/core/__pycache__/config.cpython-312.pyc
|
||||
app/core/__pycache__/task_manager.cpython-312.pyc
|
||||
app/core/__pycache__/timer.cpython-312.pyc
|
||||
app/models/__pycache__/__init__.cpython-312.pyc
|
||||
testPython/.idea/workspace.xml
|
||||
testPython/.idea/testPython.iml
|
||||
testPython/.idea/vcs.xml
|
||||
testPython/.idea/misc.xml
|
||||
testPython/.idea/modules.xml
|
||||
testPython/.idea/inspectionProfiles/profiles_settings.xml
|
||||
debug/AUTO_MAA.log
|
||||
data/key/verifysalt.txt
|
||||
resources/notice.json
|
||||
data/key/private_key.bin
|
||||
data/key/public_key.pem
|
||||
data/key/PASSWORDsalt.txt
|
||||
data/key/AES_password_verify.bin
|
||||
data/gameid.txt
|
||||
data/data.db
|
||||
config/QueueConfig/调度队列_1.json
|
||||
config/MaaConfig/脚本_1/user_data.db
|
||||
config/MaaConfig/脚本_1/config.json
|
||||
config/config.json
|
||||
app/utils/__pycache__/downloader.cpython-312.pyc
|
||||
app/utils/__pycache__/__init__.cpython-312.pyc
|
||||
app/ui/__pycache__/Widget.cpython-312.pyc
|
||||
app/ui/__pycache__/setting.cpython-312.pyc
|
||||
app/ui/__pycache__/queue_manager.cpython-312.pyc
|
||||
app/ui/__pycache__/member_manager.cpython-312.pyc
|
||||
app/ui/__pycache__/main_window.cpython-312.pyc
|
||||
app/ui/__pycache__/history.cpython-312.pyc
|
||||
app/ui/__pycache__/home.cpython-312.pyc
|
||||
app/ui/__pycache__/__init__.cpython-312.pyc
|
||||
app/services/__pycache__/system.cpython-312.pyc
|
||||
app/services/__pycache__/security.cpython-312.pyc
|
||||
app/services/__pycache__/notification.cpython-312.pyc
|
||||
app/services/__pycache__/__init__.cpython-312.pyc
|
||||
app/models/__pycache__/MAA.cpython-312.pyc
|
||||
app/ui/__pycache__/dispatch_center.cpython-312.pyc
|
||||
Reference in New Issue
Block a user