更新套装图片map;更新下载节点排序

This commit is contained in:
UCPr 2025-09-08 13:02:45 +08:00
parent ec918c8fbc
commit e9ca415922
10 changed files with 100 additions and 613 deletions

View file

@ -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: {