重构前端

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

25
.gitignore vendored
View File

@@ -1,5 +1,26 @@
.idea
.vscode
# IDE / OS
.idea/
.vscode/
.DS_Store
# Go build artifacts
/hubproxy*
*.exe
build/
# Frontend (web/)
web/node_modules/
web/dist/
web/dist-ssr/
web/.tmp/
web/*.local
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
web/pnpm-debug.log*
# Frontend build output embedded by Go
src/dist/
# Logs
*.log