Compare commits

..

5 Commits

Author SHA1 Message Date
DLmaster361
0572caa528 fix: 固定certifi版本号 2025-06-17 03:18:55 +08:00
DLmaster361
4233040585 fix: 尝试固定certifi版本号 2025-06-17 02:46:27 +08:00
DLmaster361
c27dc8e380 fix: 移除无用依赖项 2025-06-17 02:00:32 +08:00
DLmaster361
e746756e56 ci: 临时固定Nuitka打包版本号 2025-06-17 01:14:29 +08:00
DLmaster361
1829d1cd0b fix(ui): 修复删除计划表引发的错误 2025-06-17 00:34:07 +08:00
4 changed files with 14 additions and 3 deletions

View File

@@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig):
class AppConfig(GlobalConfig): class AppConfig(GlobalConfig):
VERSION = "4.3.10.0" VERSION = "4.3.12.0"
gameid_refreshed = Signal() gameid_refreshed = Signal()
PASSWORD_refreshed = Signal() PASSWORD_refreshed = Signal()

View File

@@ -156,7 +156,7 @@ class PlanManager(QWidget):
self.plan_manager.clear_SettingBox() self.plan_manager.clear_SettingBox()
shutil.rmtree(Config.plan_dict[name]["Path"]) shutil.rmtree(Config.plan_dict[name]["Path"])
Config.change_plan(name, "禁用") Config.change_plan(name, "固定")
for i in range(int(name[3:]) + 1, len(Config.plan_dict) + 1): for i in range(int(name[3:]) + 1, len(Config.plan_dict) + 1):
if Config.plan_dict[f"计划_{i}"]["Path"].exists(): if Config.plan_dict[f"计划_{i}"]["Path"].exists():
Config.plan_dict[f"计划_{i}"]["Path"].rename( Config.plan_dict[f"计划_{i}"]["Path"].rename(

View File

@@ -6,6 +6,7 @@ psutil
pywin32 pywin32
keyboard keyboard
pycryptodome pycryptodome
certifi==2025.4.26
requests requests
markdown markdown
Jinja2 Jinja2

View File

@@ -1,6 +1,16 @@
{ {
"main_version": "4.3.10.0", "main_version": "4.3.12.0",
"version_info": { "version_info": {
"4.3.12.0": {
"修复BUG": [
"固定certifi版本号"
]
},
"4.3.11.0": {
"修复BUG": [
"修复删除计划表引发的错误"
]
},
"4.3.10.0": { "4.3.10.0": {
"新增功能": [ "新增功能": [
"更换全新默认主页图", "更换全新默认主页图",