mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-05-05 20:56:51 -05:00
basicly handle GameNationalDataApi to avoid crash
This commit is contained in:
parent
66659b59b7
commit
dbbed538a5
|
|
@ -18,3 +18,8 @@ class Mai2CirclePlus(Mai2Circle):
|
|||
user_data["lastDataVersion"] = "1.65.00"
|
||||
return user_data
|
||||
|
||||
async def handle_get_game_national_data_api_request(self, data: Dict) -> Dict:
|
||||
return {
|
||||
"nextIndex": 0,
|
||||
"nationalDataList": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user