Compare commits
5 Commits
v4.3.10
...
v4.4.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0572caa528 | ||
|
|
4233040585 | ||
|
|
c27dc8e380 | ||
|
|
e746756e56 | ||
|
|
1829d1cd0b |
@@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig):
|
||||
|
||||
class AppConfig(GlobalConfig):
|
||||
|
||||
VERSION = "4.3.10.0"
|
||||
VERSION = "4.3.12.0"
|
||||
|
||||
gameid_refreshed = Signal()
|
||||
PASSWORD_refreshed = Signal()
|
||||
|
||||
@@ -156,7 +156,7 @@ class PlanManager(QWidget):
|
||||
self.plan_manager.clear_SettingBox()
|
||||
|
||||
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):
|
||||
if Config.plan_dict[f"计划_{i}"]["Path"].exists():
|
||||
Config.plan_dict[f"计划_{i}"]["Path"].rename(
|
||||
|
||||
@@ -6,6 +6,7 @@ psutil
|
||||
pywin32
|
||||
keyboard
|
||||
pycryptodome
|
||||
certifi==2025.4.26
|
||||
requests
|
||||
markdown
|
||||
Jinja2
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"main_version": "4.3.10.0",
|
||||
"main_version": "4.3.12.0",
|
||||
"version_info": {
|
||||
"4.3.12.0": {
|
||||
"修复BUG": [
|
||||
"固定certifi版本号"
|
||||
]
|
||||
},
|
||||
"4.3.11.0": {
|
||||
"修复BUG": [
|
||||
"修复删除计划表引发的错误"
|
||||
]
|
||||
},
|
||||
"4.3.10.0": {
|
||||
"新增功能": [
|
||||
"更换全新默认主页图",
|
||||
|
||||
Reference in New Issue
Block a user