fix: 固定certifi版本号
This commit is contained in:
@@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig):
|
||||
|
||||
class AppConfig(GlobalConfig):
|
||||
|
||||
VERSION = "4.3.11.0"
|
||||
VERSION = "4.3.12.0"
|
||||
|
||||
gameid_refreshed = Signal()
|
||||
PASSWORD_refreshed = Signal()
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"main_version": "4.3.11.0",
|
||||
"main_version": "4.3.12.0",
|
||||
"version_info": {
|
||||
"4.3.12.0": {
|
||||
"修复BUG": [
|
||||
"固定certifi版本号"
|
||||
]
|
||||
},
|
||||
"4.3.11.0": {
|
||||
"修复BUG": [
|
||||
"临时固定Nuitka打包版本号",
|
||||
"修复删除计划表引发的错误"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user