[Enhance] Account Endpoints

- Adapt to new account registration and login endpoints.
- For Arcaea 6.3.2
This commit is contained in:
Lost-MSth
2025-03-28 00:37:32 +08:00
parent 3424ad67cb
commit c4da67cd94
7 changed files with 89 additions and 11 deletions

View File

@@ -934,5 +934,23 @@
],
"orig_price": 400,
"price": 400
},
{
"name": "undertale",
"items": [
{
"type": "pack",
"id": "undertale",
"is_available": true
},
{
"type": "core",
"amount": 5,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 500,
"price": 500
}
]