Update to v2.7.1 without release

- Unlock the character **shirahime**
- Fix the values of two characters
- Update the song database

> It will take more time for me to make the Link Play system. I am not sure how much time it will take, because it is a new challenge for me.
This commit is contained in:
Lost-MSth
2021-12-13 00:26:01 +08:00
parent 7dc8bfea9a
commit 8bc74b36c7
8 changed files with 225 additions and 206 deletions

View File

@@ -19,7 +19,7 @@ class Config():
游戏API地址前缀
Game API's URL prefix
'''
GAME_API_PREFIX = '/earlgrey/16'
GAME_API_PREFIX = '/merikuri/17'
'''
--------------------
'''
@@ -31,7 +31,7 @@ class Config():
If it is blank, all are allowed.
'''
ALLOW_APPVERSION = ['3.5.3', '3.5.3c',
'3.9.0', '3.9.0c', '3.9.1', '3.9.1c']
'3.10.0', '3.10.0c', '3.10.1', '3.10.1c']
'''
--------------------
'''