[Enhance] API song ranklist

- Add an API endpoint for getting the rank list of a song's chart #81
- Make the `run.bat` script pause when meeting an error #82
This commit is contained in:
Lost-MSth
2022-12-19 20:20:31 +08:00
parent 426f65ea9e
commit 7324c9bd76
5 changed files with 45 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from .config_manager import Config
ARCAEA_SERVER_VERSION = 'v2.10.1'
ARCAEA_SERVER_VERSION = 'v2.10.1.1'
class Constant: