更新3.9.8.25支持。 #52
This commit is contained in:
parent
2a465fce5e
commit
eaa3ae92ad
@ -17,4 +17,4 @@ VERSION_LIST_PATH = os.path.join(os.path.dirname(__file__), "version_list.json")
|
|||||||
with open(VERSION_LIST_PATH, "r", encoding="utf-8") as f:
|
with open(VERSION_LIST_PATH, "r", encoding="utf-8") as f:
|
||||||
VERSION_LIST = json.load(f)
|
VERSION_LIST = json.load(f)
|
||||||
|
|
||||||
__version__ = "2.3.23"
|
__version__ = "2.3.24"
|
||||||
|
@ -341,5 +341,12 @@
|
|||||||
64996440,
|
64996440,
|
||||||
0,
|
0,
|
||||||
64997904
|
64997904
|
||||||
|
],
|
||||||
|
"3.9.8.25": [
|
||||||
|
65000920,
|
||||||
|
65002256,
|
||||||
|
65000728,
|
||||||
|
0,
|
||||||
|
65002192
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user