mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
🐛 更换v2地址
This commit is contained in:
parent
b5323c8770
commit
910dd4d19d
3 changed files with 8 additions and 20 deletions
|
|
@ -13,10 +13,9 @@ import {
|
|||
export const getSquareAvatar = async charID => {
|
||||
const filename = `role_square_avatar_${charID}.png`;
|
||||
const result = await downloadMysImage(
|
||||
'ZZZ_SQUARE_AVATAR',
|
||||
'ZZZ_SQUARE_AVATAR_V2',
|
||||
'ZZZ_SQUARE_AVATAR_PATH',
|
||||
filename,
|
||||
'NEW_ZZZ_SQUARE_AVATAR'
|
||||
filename
|
||||
);
|
||||
return result;
|
||||
};
|
||||
|
|
@ -46,10 +45,9 @@ export const getSmallSquareAvatar = async charID => {
|
|||
export const getSquareBangboo = async bangbooId => {
|
||||
const filename = `bangboo_rectangle_avatar_${bangbooId}.png`;
|
||||
const result = await downloadMysImage(
|
||||
'ZZZ_SQUARE_BANGBOO',
|
||||
'ZZZ_SQUARE_BANGBOO_V2',
|
||||
'ZZZ_SQUARE_BANGBOO_PATH',
|
||||
filename,
|
||||
'NEW_ZZZ_SQUARE_BANGBOO'
|
||||
filename
|
||||
);
|
||||
return result;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue