mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
更新套装图片map;更新下载节点排序
This commit is contained in:
parent
ec918c8fbc
commit
e9ca415922
10 changed files with 100 additions and 613 deletions
|
|
@ -10,14 +10,14 @@ import {
|
|||
getHakushWeapon,
|
||||
} from '../../lib/download.js';
|
||||
import { char } from '../../lib/convert.js';
|
||||
import { getAllEquipID } from '../../lib/convert/equip.js';
|
||||
import { getAllSuitID } from '../../lib/convert/equip.js';
|
||||
import { getAllWeaponID } from '../../lib/convert/weapon.js';
|
||||
import * as LocalURI from '../../lib/download/const.js';
|
||||
|
||||
export async function downloadAll() {
|
||||
if (!this.e.isMaster) return false;
|
||||
const charIDs = char.getAllCharactersID();
|
||||
const equipSprites = getAllEquipID();
|
||||
const equipSprites = getAllSuitID();
|
||||
const weaponSprites = getAllWeaponID();
|
||||
const result = {
|
||||
images: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue