refactor: 优化系统配置相关代码

This commit is contained in:
2024-04-23 22:00:07 +08:00
parent fa7705fd76
commit 8729dced82
11 changed files with 203 additions and 256 deletions

View File

@@ -14,6 +14,7 @@ defineOptions({ name: 'App' })
const appStore = useAppStore()
appStore.initTheme()
appStore.initSiteConfig()
</script>
<style lang="scss" scoped>