Update to v2.10.3 [Enhance] map local restrict

- Add support for locally restricting songs or challenges in the map of world mode
This commit is contained in:
Lost-MSth
2023-01-26 21:15:09 +08:00
parent 9fbdcd5edb
commit fbd5d83626
10 changed files with 191 additions and 120 deletions

View File

@@ -1,6 +1,7 @@
from core.error import ArcError
from flask import jsonify
from core.error import ArcError
default_error = ArcError('Unknown Error')