revert 初始化项目
This commit is contained in:
zyh
2025-06-06 17:06:00 +08:00
parent 548fb343da
commit 19c84b3dd4
273 changed files with 0 additions and 22747 deletions

View File

@@ -1,15 +0,0 @@
<template>
<router-view />
</template>
<script setup>
import useSettingsStore from '@/store/modules/settings'
import { handleThemeStyle } from '@/utils/theme'
onMounted(() => {
nextTick(() => {
// 初始化主题样式
handleThemeStyle(useSettingsStore().theme)
})
})
</script>