Commit Graph

16 Commits

Author SHA1 Message Date
916117771 f4c67bd102 feat(dashboard): 添加特码热力图功能
在控制台增加特码热力图可视化功能:
- 新增 getSpecialHeatmap() 方法生成热力图数据
- 热力图展示近N期特码号码分布(X轴期号,Y轴号码1-49)
- 使用号码波色作为单元格颜色,直观展示开奖规律
2026-04-22 22:41:48 +08:00
916117771 54dd2fe5ad feat(history): 添加历史记录模型和数据分析功能
- 创建History模型类,实现走势图、冷热号码、遗漏号码等分析方法
- 实现波色分析、生肖分析、奇偶分析、大小分析等统计功能
- 添加连号分析、尾数分析等彩票号码分析功能
- 实现综合统计面板数据获取方法
- 添加前端页面模板和按钮界面,支持多种分析功能调用
- 集成ECharts图表库用于数据可视化展示
2026-04-22 21:22:42 +08:00
916117771 bf469e33ee fix(timetask): 修复历史记录更新后的成功响应位置
- 将成功响应移动到数据库更新操作之后
- 确保在捕获异常之前返回正确的成功状态
- 避免在错误处理分支中执行成功响应逻辑
2026-04-22 00:21:18 +08:00
916117771 bd881f239e fix: special trend should show most recent data, order desc then reverse for chart display 2026-04-22 00:15:46 +08:00
916117771 79f1a1dc80 feat: replace sum analysis with special trend line chart, zodiac/tail numbers use bar charts 2026-04-22 00:13:09 +08:00
916117771 074aa4d677 fix: rewrite dashboard JS as proper RequireJS module, remove inline script 2026-04-22 00:07:10 +08:00
916117771 6e2e4cdc98 feat: rewrite dashboard page as lottery data dashboard with all analysis metrics 2026-04-22 00:03:57 +08:00
916117771 29e364f74a feat: add comprehensive dashboard showing all analysis metrics in one view 2026-04-22 00:01:20 +08:00
916117771 8ed4837992 feat(phase-4 to 10): add all remaining analysis features - color wave, zodiac, odd/even, big/small, sum, consecutive, tail numbers 2026-04-21 23:46:12 +08:00
916117771 f36410dcc6 feat(phase-3): add hot/cold number analysis with period filter 2026-04-21 23:41:39 +08:00
916117771 7e4b6a3443 refactor(phase-2): replace grid trend with ECharts line chart 2026-04-21 23:36:57 +08:00
916117771 616239392a feat(phase-2): add trend chart analysis - grid view of number history 2026-04-21 23:33:39 +08:00
916117771 3d22f3b2c4 feat: show zodiac animal below each number ball in history table 2026-04-21 23:18:07 +08:00
916117771 c77f326566 refactor(timetask): 更新命名空间以符合应用结构
- 将命名空间从 timetask\controller 更改为 app\timetask\controller
- 保持了原有的 API 控制器继承和数据库操作功能
2026-04-21 23:11:03 +08:00
916117771 edcfad59e2 refactor(timetask): 重构命名空间结构
- 将 Index.php 移动到 controller 目录下
- 更新命名空间从 timetask 到 timetask\controller
- 保持原有的 Api 控制器和 Db 类引用不变
2026-04-21 23:09:53 +08:00
916117771 08e56caa72 1 2026-04-21 23:02:15 +08:00