Commit Graph
5 Commits
Author SHA1 Message Date
jackyu66git 0288dc8284 feat: 手续费改为逐笔USD累算 + Vite React前端 + system_orders表 + README 2026-05-04 04:34:27 +08:00
jackyu66git 15a4684208 chore: 增强start.sh, 支持--clean清库/--rebuild强制编译 2026-05-04 02:03:17 +08:00
jackyu66git e04a165d69 fix: start.sh detects embedded web file changes; rebuild on JS/CSS change 2026-05-04 00:09:49 +08:00
jackyu66git c89a3b7333 fix: loadTrades before chart init + try-catch for CDN failure
- Reorder init(): loadTrades() runs first, charts second
- Wrap chart init in try-catch so UI survives CDN issues
- Update start.sh to detect changes in embedded .html/.js/.css
2026-05-03 19:42:06 +08:00
jackyu66git 8284458b9c chore: startup script with port detection and auto-cleanup
./start.sh:
1. Detect if port 8888 is in use → kill gracefully, force if needed
2. Verify port free, rebuild if source changed, start in background
3. Wait up to 10s for readiness confirmation
2026-05-03 19:38:18 +08:00