mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-04 07:05:07 +08:00
🚚 目录结构调整
This commit is contained in:
@@ -23,7 +23,7 @@ onMounted(async () => {
|
||||
height: "70px",
|
||||
ltSize: "25px",
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
lt: `/icon/weapon/${res.weapon}.webp`,
|
||||
innerText: `Lv.${props.modelValue.level}`,
|
||||
innerHeight: 20,
|
||||
@@ -36,7 +36,7 @@ onMounted(async () => {
|
||||
height: "70px",
|
||||
ltSize: "25px",
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
lt: `/icon/element/${res.element}元素.webp`,
|
||||
innerText: `Lv.${props.modelValue.level}`,
|
||||
innerHeight: 20,
|
||||
|
||||
@@ -22,7 +22,7 @@ onMounted(async () => {
|
||||
ltSize: "30px",
|
||||
clickable: false,
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
lt: `/icon/element/${res.element}元素.webp`,
|
||||
innerText: props.modelValue.value.toString(),
|
||||
display: "inner",
|
||||
|
||||
@@ -29,7 +29,7 @@ onMounted(async () => {
|
||||
ltSize: "30px",
|
||||
clickable: false,
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
lt: `/icon/element/${props.modelValue.element}元素.webp`,
|
||||
rt: props.modelValue.constellation.toString() || "0",
|
||||
rtSize: "20px",
|
||||
|
||||
@@ -32,7 +32,7 @@ const box = computed<TItemBoxData>(() => {
|
||||
clickable: false,
|
||||
display: "outer",
|
||||
height: "80px",
|
||||
icon: `/WIKI/character/icon/${avatar.value?.id}.webp`,
|
||||
icon: `/WIKI/character/${avatar.value?.id}.webp`,
|
||||
innerHeight: 20,
|
||||
innerText: avatar.value.name,
|
||||
lt:
|
||||
|
||||
@@ -34,7 +34,7 @@ const box = computed<TItemBoxData>(() => {
|
||||
clickable: false,
|
||||
display: "outer",
|
||||
height: "100px",
|
||||
icon: `/WIKI/character/icon/${avatar.value?.id}.webp`,
|
||||
icon: `/WIKI/character/${avatar.value?.id}.webp`,
|
||||
innerHeight: 20,
|
||||
// 0.24688451 => 24.688%
|
||||
innerText: (props.modelValue.Rate * 100).toFixed(3) + "%",
|
||||
|
||||
@@ -15,7 +15,7 @@ const box = computed<TItemBoxData>(() => {
|
||||
if (props.modelValue.id === 10000005 || props.modelValue.id === 10000007) {
|
||||
return {
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
size: "128px",
|
||||
height: "128px",
|
||||
display: "inner",
|
||||
@@ -28,7 +28,7 @@ const box = computed<TItemBoxData>(() => {
|
||||
}
|
||||
return {
|
||||
bg: `/icon/bg/${props.modelValue.star}-Star.webp`,
|
||||
icon: `/WIKI/character/icon/${props.modelValue.id}.webp`,
|
||||
icon: `/WIKI/character/${props.modelValue.id}.webp`,
|
||||
size: "128px",
|
||||
height: "128px",
|
||||
display: "inner",
|
||||
|
||||
Reference in New Issue
Block a user