ZZZ-Plugin/lib/assets/mysurl.js
2024-08-24 21:23:50 +08:00

7 lines
416 B
JavaScript

// Resource
export const ZZZ_RES = 'https://act-webstatic.mihoyo.com/game_record/zzz',
ZZZ_SQUARE_AVATAR = `${ZZZ_RES}/role_square_avatar`,
ZZZ_SQUARE_BANGBOO = `${ZZZ_RES}/bangboo_rectangle_avatar`;
export const NEW_ZZZ_RES = 'https://act-webstatic.mihoyo.com/game_record/nap',
NEW_ZZZ_SQUARE_AVATAR = `${NEW_ZZZ_RES}/role_square_avatar`,
NEW_ZZZ_SQUARE_BANGBOO = `${NEW_ZZZ_RES}/bangboo_rectangle_avatar`;