重构前端

This commit is contained in:
sky22333
2026-07-12 01:19:44 +08:00
parent 26b45c98bf
commit 79f23d13ad
42 changed files with 3641 additions and 3353 deletions

9
web/README.md Normal file
View File

@@ -0,0 +1,9 @@
# HubProxy Web
Vue 3 + Vite + Tailwind 前端。
```bash
npm install
npm run dev # 代理到 :5000
npm run build # 输出到 ../src/dist
```