build: add Vite web production pipeline

This commit is contained in:
237899745
2026-07-27 13:07:10 +08:00
parent dce1e3622a
commit 6692736e88
16 changed files with 1564 additions and 22 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# 依赖
node_modules/
frontend/dist/
__pycache__/
*.pyc
*.pyo