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
6a989e5d15
commit
defbd14234
@ -68,8 +68,11 @@ class Avatar(BaseModel):
|
||||
class RecordInfo(BaseModel):
|
||||
achievementCount: Optional[int] = 0
|
||||
avatarCount: Optional[int] = 0
|
||||
bookCount: Optional[int] = 0
|
||||
equipmentCount: Optional[int] = 0
|
||||
maxRogueChallengeScore: Optional[int] = 0
|
||||
musicCount: Optional[int] = 0
|
||||
relicCount: Optional[int] = 0
|
||||
|
||||
|
||||
class PlayerBaseInfo(BaseModel):
|
||||
|
Loading…
Reference in New Issue
Block a user