🚚 目录结构调整

This commit is contained in:
BTMuli
2023-12-18 13:42:50 +08:00
parent 842ba3221d
commit dced5755da
266 changed files with 443 additions and 443 deletions

View File

@@ -220,7 +220,7 @@ onUpdated(() => {
const weaponBox = computed(() => {
const weapon = data.value.weapon;
return {
icon: `/WIKI/weapon/icon/${weapon.id}.webp`,
icon: `/WIKI/weapon/${weapon.id}.webp`,
bg: `/icon/bg/${weapon.star}-Star.webp`,
};
});