fix(ui): 对win10主题进一步适配

This commit is contained in:
DLmaster
2025-04-09 11:22:50 +08:00
parent bbeab360bc
commit d7e502e22f
3 changed files with 23 additions and 72 deletions

48
.gitignore vendored
View File

@@ -1,48 +0,0 @@
.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