Defeng fe8f0a875a
Some checks failed
CI / Frontend (Vite) (push) Successful in 24s
CI / Docker Release Tar (push) Has been skipped
CI / Backend (Rust) (push) Failing after 10m15s
Initial project import
2026-07-24 10:28:31 +08:00
..
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00
2026-07-24 10:28:31 +08:00

Frontend

前端使用 Vue 3 + Vite + Tailwind CSS 4,构建产物输出到 frontend/dist,由后端通过 rust-embed 内嵌并提供静态资源服务。

开发

npm ci
npm run dev

默认开发代理会把 /api 转发到 http://localhost:3000

构建

npm run build

构建完成后,后端重新编译时会把 dist/ 打包进二进制。