mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
🐛 Remove zzz character icon route
This commit is contained in:
parent
b42a21b9d0
commit
2e47c66283
@ -12,13 +12,6 @@ class ZZZBaseCharacter(APIModel):
|
||||
element_type: int
|
||||
rarity: str
|
||||
|
||||
@property
|
||||
def icon(self) -> str:
|
||||
return (
|
||||
f"https://act-webstatic.hoyoverse.com/game_record/zzz/"
|
||||
f"role_square_avatar/role_square_avatar_{self.id}.png"
|
||||
)
|
||||
|
||||
|
||||
class ZZZPartialCharacter(ZZZBaseCharacter):
|
||||
"""Character without any equipment."""
|
||||
@ -40,13 +33,6 @@ class ZZZBaseBuddy(APIModel):
|
||||
rarity: str
|
||||
level: int
|
||||
|
||||
@property
|
||||
def icon(self) -> str:
|
||||
return (
|
||||
f"https://act-webstatic.hoyoverse.com/game_record/zzz/"
|
||||
f"bangboo_square_avatar/bangboo_square_avatar_{self.id}.png"
|
||||
)
|
||||
|
||||
|
||||
class ZZZPartialBuddy(ZZZBaseBuddy):
|
||||
"""Buddy"""
|
||||
|
Loading…
Reference in New Issue
Block a user