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

@@ -0,0 +1,12 @@
{
"songs": [
{
"id": "dement",
"difficulties": [
{
"ratingClass": 3
}
]
}
]
}