Update to v2.6.1

This commit is contained in:
Lost-MSth
2021-07-21 18:14:26 +08:00
parent 9286caf900
commit 168e5f0b12
9 changed files with 908 additions and 634 deletions

View File

@@ -30,7 +30,7 @@ class Config():
Allowed game versions
If it is blank, all are allowed.
'''
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.6.4', '3.6.4c']
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.7.0', '3.7.0c']
'''
--------------------
'''
@@ -68,6 +68,16 @@ class Config():
--------------------
'''
'''
--------------------
世界模式当前活动图设置
Current available maps in world mode
'''
AVAILABLE_MAP = [] # Ex. ['test', 'test2']
'''
--------------------
'''
'''
--------------------
Web后台管理页面的用户名和密码