fix:gachalog

This commit is contained in:
bietiaop 2024-07-11 15:05:24 +08:00
parent 25dd6b012a
commit d8ea18a9d5
7 changed files with 27 additions and 13 deletions

View file

@ -64,6 +64,7 @@ export class SingleGachaLog {
async get_assets() {
if (this.item_type === '音擎') {
const result = await getWeaponImage(this.item_id);
logger.debug('音擎result', result);
this.square_icon = result;
} else if (this.item_type === '邦布') {
const result = await getSquareBangboo(this.item_id);