mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
🐛 Fix mihomo models update
This commit is contained in:
parent
23956ce426
commit
0337fcbe3d
@ -65,16 +65,9 @@ class Avatar(BaseModel):
|
||||
property: Optional[List[Property]]
|
||||
|
||||
|
||||
class ChallengeInfo(BaseModel):
|
||||
MazeGroupID: Optional[int]
|
||||
MazeGroupIndex: Optional[int]
|
||||
PreMazeGroupIndex: Optional[int]
|
||||
|
||||
|
||||
class RecordInfo(BaseModel):
|
||||
achievementCount: Optional[int] = 0
|
||||
avatarCount: Optional[int] = 0
|
||||
challengeInfo: ChallengeInfo
|
||||
equipmentCount: Optional[int] = 0
|
||||
maxRogueChallengeScore: Optional[int] = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user