feat: 优化页面布局,添加根据名称搜索功能

This commit is contained in:
2026-06-23 14:02:37 +08:00
parent 7de08a3ce4
commit 544b98f16a
19 changed files with 1159 additions and 201 deletions
+9
View File
@@ -44,6 +44,15 @@ export default defineConfig({
},
},
},
server: {
proxy: {
"/api": {
target: "http://dfguide.onixbyte.cn/dev-api",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""),
},
},
},
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),