diff --git a/src/components/userCharacter/tuc-detail-overlay.vue b/src/components/userCharacter/tuc-detail-overlay.vue index 98892c1b..04c8c56e 100644 --- a/src/components/userCharacter/tuc-detail-overlay.vue +++ b/src/components/userCharacter/tuc-detail-overlay.vue @@ -122,6 +122,11 @@ interface ToUcDetailData { bgFit: "contain" | "cover"; } +interface ToUcDetailSelect { + type: "命座" | "武器" | "圣遗物"; + pos: number; +} + const emits = defineEmits(); const props = defineProps(); const visible = computed({ @@ -148,8 +153,8 @@ const selectWeapon = ref(( {}, ); -const selected = ref({ - type: "武器" || "命之座" || "圣遗物", +const selected = ref({ + type: "武器", pos: 0, }); diff --git a/src/components/wiki/twc-constellations.vue b/src/components/wiki/twc-constellations.vue index ce4f853b..1ab78019 100644 --- a/src/components/wiki/twc-constellations.vue +++ b/src/components/wiki/twc-constellations.vue @@ -26,7 +26,7 @@