优化目录结构,以及插件

This commit is contained in:
Gary Fu
2023-12-23 19:45:40 +08:00
parent 5adcc63839
commit bb40594f2a
22 changed files with 1237 additions and 805 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import { useGlobalConfigStore } from '@/stores/globalConfigStore'
import { useGlobalConfigStore } from '@/stores/GlobalConfigStore'
import { $changeLocale, elementLocale } from '@/messages'
const globalConfigStore = useGlobalConfigStore()