Commit Graph

4 Commits

Author SHA1 Message Date
liumangmang 1b182c2930 feat: v2 Vue3 frontend + multiple optimizations
- New Vue 3 + Vite frontend at /v2/ (OLED dark theme, Fira Sans/Code)
- Date selector: support day/week/month range (backend unchanged)
- SSE auto-reconnect (up to 3 retries)
- Visibility polling pause (dashboard pauses when tab hidden)
- Friendly Chinese HTTP error messages
- Cancel task with confirmation in Dashboard
- Split AiWorkflowService (1700->845 lines):
  - AiApiService: AI API calls + streaming
  - ExcelExportService: POI Excel generation
- Dockerfile: 3-stage build (Node frontend -> Maven -> JRE)
- WebApplication.java: System.out -> Logger
- .gitignore: v2 build output, backup dirs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 15:12:52 +08:00
liumangmang aef59e354a fix: harden file download flow 2026-04-30 10:30:26 +08:00
liumangmang 4ac755a7fe feat: update web ui, docker make commands, and related docs/config 2026-04-09 11:56:19 +08:00
liumangmang 2150dfe24e feat(web): unify web entry, preset config, SSE streaming and dual-pane live logs 2026-04-03 15:40:31 +08:00