This commit is contained in:
Maple 2025-07-26 11:24:29 +08:00
parent 708e8b47d1
commit 5b673f9525
1 changed files with 1 additions and 2 deletions

View File

@ -17,14 +17,13 @@
<script setup lang="ts">
import { useAppStore, useUserStore } from '@/stores'
// 1
defineOptions({ name: 'App' })
const userStore = useUserStore()
const appStore = useAppStore()
appStore.initTheme()
appStore.initSiteConfig()
</script>
<style scoped lang="scss">
.loading-icon {
animation: arco-loading-circle 1s infinite cubic-bezier(0,0,1,1);