Fix my rank

- Fix a bug that `my rank` doesn't work correctly (There may still be the problem)
This commit is contained in:
Lost-MSth
2022-08-25 13:40:16 +08:00
parent 732947a3f0
commit 574d2c9d9f
5 changed files with 65 additions and 80 deletions

View File

@@ -30,7 +30,7 @@ class Config():
Allowed game versions
If it is blank, all are allowed.
'''
ALLOW_APPVERSION = ['3.12.6', '3.12.6c', '4.0.255', '4.0.255c']
ALLOW_APPVERSION = ['3.12.6', '3.12.6c', '4.0.256', '4.0.256c', '4.0.255', '4.0.255c']
'''
--------------------
'''
@@ -75,7 +75,7 @@ class Config():
愚人节模式开关
Switch of April Fool's Day
'''
IS_APRILFOOLS = False
IS_APRILFOOLS = True
'''
--------------------
'''