mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: coldtime
This commit is contained in:
parent
59b40d600d
commit
f09ad4b421
6 changed files with 24 additions and 7 deletions
|
|
@ -294,7 +294,7 @@ export class ZZZAvatarInfo {
|
|||
async get_detail_assets() {
|
||||
const role_icon = await getRoleImage(this.id);
|
||||
this.role_icon = role_icon;
|
||||
await this.weapon.get_assets();
|
||||
await this?.weapon?.get_assets?.();
|
||||
for (const equip of this.equip) {
|
||||
await equip.get_assets();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue