Initial commit: DataTool backend, frontend and Docker

This commit is contained in:
liu
2026-01-31 00:51:14 +08:00
commit 59bb8e16f5
69 changed files with 9449 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Git / IDE
.git
.idea
.vscode
*.iml
# 前端
frontend/node_modules
frontend/dist
frontend/.vite
# 后端
backend/target
# 本地 / 杂项
backend/data
*.log
.jabbarc
use-java.ps1