🚚 目录结构调整

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

@@ -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) + "%",