Add a new feature

- Add support for specifying the songs of which only the `beyond` chart should be served #60
This commit is contained in:
Lost-MSth
2022-07-22 17:20:13 +08:00
parent 93f4ad4999
commit 5fba93524c
5 changed files with 37 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ class Constant:
WORLD_MAP_FOLDER_PATH = './database/map/'
SONG_FILE_FOLDER_PATH = './database/songs/'
SONGLIST_FILE_PATH = './database/songs/songlist'
SQLITE_DATABASE_PATH = './database/arcaea_database.db'
DOWNLOAD_TIMES_LIMIT = Config.DOWNLOAD_TIMES_LIMIT