mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
🚚 目录结构调整
This commit is contained in:
@@ -44,7 +44,7 @@ const boxData = computed<TItemBoxData>(() => {
|
||||
if (props.mode === "avatar") {
|
||||
return {
|
||||
bg: `/icon/bg/${props.data.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.data.cid}.webp`,
|
||||
icon: `/WIKI/character/${props.data.cid}.webp`,
|
||||
size: "100px",
|
||||
height: "100px",
|
||||
display: "inner",
|
||||
@@ -57,7 +57,7 @@ const boxData = computed<TItemBoxData>(() => {
|
||||
} else {
|
||||
return {
|
||||
bg: `/icon/bg/${props.data.star}-Star.webp`,
|
||||
icon: `/WIKI/weapon/icon/${props.data.id}.webp`,
|
||||
icon: `/WIKI/weapon/${props.data.id}.webp`,
|
||||
size: "100px",
|
||||
height: "100px",
|
||||
display: "inner",
|
||||
|
||||
Reference in New Issue
Block a user