mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
🚚 目录结构调整
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user