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