feat(frontend): 完成知识库搜索页面

This commit is contained in:
2026-08-29 22:48:58 +08:00
parent 610fc77b0f
commit 02e19be8bb
4 changed files with 222 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import { createPinia } from 'pinia'
import App from './App.vue'
import router from './router'
import './styles/tokens.css'
import './styles/features.css'
import { useThemeStore } from './stores/theme'
const app = createApp(App)