mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
Merge branch 'main' of https://github.com/baiqwerdvd/ArknightsUID
This commit is contained in:
commit
da36659879
@ -166,6 +166,11 @@ class ArknightsUserMeModel(Struct, omit_defaults=True):
|
|||||||
# ArknightsPlayerInfoModel Start
|
# ArknightsPlayerInfoModel Start
|
||||||
################
|
################
|
||||||
|
|
||||||
|
class PlayerManufactureFormulaCostsInfo(Struct):
|
||||||
|
id_: str = field(name="id")
|
||||||
|
count: int
|
||||||
|
type_: str = field(name="type")
|
||||||
|
|
||||||
|
|
||||||
class PlayerManufactureFormulaInfo(Struct):
|
class PlayerManufactureFormulaInfo(Struct):
|
||||||
id_: str = field(name="id")
|
id_: str = field(name="id")
|
||||||
@ -173,7 +178,7 @@ class PlayerManufactureFormulaInfo(Struct):
|
|||||||
count: int
|
count: int
|
||||||
weight: int
|
weight: int
|
||||||
costPoint: int
|
costPoint: int
|
||||||
costs: Union[List[str], None] = None
|
costs: Union[List[PlayerManufactureFormulaCostsInfo], None] = None
|
||||||
|
|
||||||
|
|
||||||
class PlayerEquipmentInfo(Struct):
|
class PlayerEquipmentInfo(Struct):
|
||||||
@ -657,6 +662,8 @@ class PlayerActivityBannerList(Struct):
|
|||||||
url: str
|
url: str
|
||||||
startTs: int
|
startTs: int
|
||||||
endTs: int
|
endTs: int
|
||||||
|
offlineTs: int
|
||||||
|
preStartTs: int
|
||||||
|
|
||||||
|
|
||||||
class ArknightsPlayerInfoModel(Struct, omit_defaults=True, gc=False):
|
class ArknightsPlayerInfoModel(Struct, omit_defaults=True, gc=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user