🚚 目录结构调整

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

@@ -180,9 +180,9 @@ function getStar5Avg(): string {
// 获取物品图标
function getIcon(itemId: string, type: string): string {
if (type === "角色") {
return "/WIKI/character/icon/" + itemId + ".webp";
return "/WIKI/character/" + itemId + ".webp";
} else {
return "/WIKI/weapon/icon/" + itemId + ".webp";
return "/WIKI/weapon/" + itemId + ".webp";
}
}