feat: Integrate and serve the WebUI, including Vercel build configuration and Python routes for static files.

This commit is contained in:
CJACK
2026-02-01 16:43:52 +08:00
parent 9956770cb0
commit b17e492ab8
6 changed files with 105 additions and 9 deletions

View File

@@ -22,4 +22,5 @@ export default defineConfig({
outDir: '../static/admin',
emptyOutDir: true,
},
base: '/webui/',
})