mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-06 15:37:26 +08:00
- An option `DOWNLOAD_FORBID_WHEN_NO_ITEM` has been added to the config file to make that users cannot download the songs' files if they has not bought them when the `songlist` file exists. (Experimental) #128
27 lines
598 B
Plaintext
27 lines
598 B
Plaintext
{
|
|
"songs": [
|
|
{
|
|
"id": "dement",
|
|
"set": "base",
|
|
"purchase": "",
|
|
"difficulties": [
|
|
{
|
|
"ratingClass": 0,
|
|
"rating": 3
|
|
},
|
|
{
|
|
"ratingClass": 1,
|
|
"rating": 6
|
|
},
|
|
{
|
|
"ratingClass": 2,
|
|
"rating": 7
|
|
},
|
|
{
|
|
"ratingClass": 3,
|
|
"rating": 9
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |