mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
♻️ 全面整理重构
This commit is contained in:
@@ -17,10 +17,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from "vue";
|
||||
|
||||
interface ducDetailRelicProps {
|
||||
modelValue: TGApp.Game.Avatar.Relic | false;
|
||||
pos: number;
|
||||
}
|
||||
type ducDetailRelicProps = { modelValue: TGApp.Game.Avatar.Relic | false; pos: number };
|
||||
|
||||
const props = defineProps<ducDetailRelicProps>();
|
||||
const relicBg = computed<string>(() => {
|
||||
|
||||
Reference in New Issue
Block a user