mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:gachalog
This commit is contained in:
parent
25dd6b012a
commit
d8ea18a9d5
7 changed files with 27 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue