mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-06-18 21:35:05 +08:00
Update models.py
This commit is contained in:
parent
6a2970ec92
commit
460f533b57
@ -608,6 +608,12 @@ class PlayerStatusSecretary(Struct):
|
||||
class PlayerStatusAvatar(Struct):
|
||||
type_: str = field(name="type")
|
||||
id_: str = field(name="id")
|
||||
url: str
|
||||
|
||||
|
||||
class PlayerStatusExp(Struct):
|
||||
current: int
|
||||
max: int
|
||||
|
||||
|
||||
class PlayerStatus(Struct):
|
||||
@ -626,6 +632,7 @@ class PlayerStatus(Struct):
|
||||
furnitureCnt: int
|
||||
skinCnt: int
|
||||
avatar: Union[PlayerStatusAvatar, None] = None
|
||||
exp: PlayerStatusExp
|
||||
|
||||
|
||||
class DisplayShowConfig(Struct):
|
||||
|
Loading…
x
Reference in New Issue
Block a user