feat(new-frontend): align visual experience

This commit is contained in:
2026-05-04 13:11:44 +08:00
parent 44f89c4f54
commit a6a395b743
18 changed files with 1104 additions and 485 deletions
+8
View File
@@ -11,4 +11,12 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:8000',
changeOrigin: true,
},
},
},
})