🚚 目录结构调整

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

@@ -89,7 +89,7 @@ const data = ref<TGApp.App.Character.WikiItem>();
const box = computed(() => {
return {
bg: `/icon/bg/${data.value?.star}-Star.webp`,
icon: `/WIKI/character/icon/${data.value?.id}.webp`,
icon: `/WIKI/character/${data.value?.id}.webp`,
size: "128px",
height: "128px",
display: "inner",