mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
💄 样式调整,透明色感觉挺好看的
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
import { ref, markRaw, onMounted, onUnmounted, onUpdated } from "vue";
|
||||
import TLoading from "../components/t-loading.vue";
|
||||
import TPool from "../components/t-pool.vue";
|
||||
import TPosition from "../components/t-position.vue";
|
||||
import TCalendar from "../components/t-calendar.vue";
|
||||
import TLoading from "../components/overlay/t-loading.vue";
|
||||
import TPool from "../components/main/t-pool.vue";
|
||||
import TPosition from "../components/main/t-position.vue";
|
||||
import TCalendar from "../components/main/t-calendar.vue";
|
||||
// store
|
||||
import { useHomeStore } from "../store/modules/home";
|
||||
import { useAppStore } from "../store/modules/app";
|
||||
|
||||
Reference in New Issue
Block a user