refactor: 使用 Naive UI 重构后台布局与黑白双主题

This commit is contained in:
GouJ
2026-09-01 16:31:21 +08:00
parent 55516537bf
commit db8c176b55
51 changed files with 3277 additions and 2442 deletions
+1
View File
@@ -2,6 +2,7 @@ import { createApp } from 'vue'
import App from './App.vue'
import { router } from './router'
import './styles.css'
import './admin.css'
/** 单页应用入口;不在浏览器保存模型密钥。 */
createApp(App).use(router).mount('#app')