Commit Graph

19 Commits

Author SHA1 Message Date
916117771 0c2d410642 fix(dashboard): 区域转移概率表头改为斜线分割样式,左下"特码"右上"区域" 2026-04-25 23:12:09 +08:00
916117771 26d20dbd7c fix(dashboard): 区域转移概率表头改为"特码/区域",更直观表达行列含义 2026-04-25 23:10:56 +08:00
916117771 28415a1d4d feat(dashboard): 添加区域转移概率统计功能
将1-49数字分为5个区域(1-10/11-20/21-30/31-40/41-49),
统计特码从一个区域转移到另一个区域的概率矩阵,
在控制台页面以彩色表格展示
2026-04-25 23:07:26 +08:00
916117771 78e7233bc0 feat(history): 添加历史数据管理功能和数据分析图表
- 在addons.php中添加example模块路由配置
- 新增application/config.php配置文件,包含应用设置、数据库配置等
- 实现dashboard.js仪表盘功能,包含冷热号码分析、比例分析图表
- 添加history.js历史数据管理功能,支持号码查询和统计分析
- 集成echarts图表库实现数据可视化展示
- 添加号码颜色映射和生肖映射功能
- 实现号码球样式格式化显示
- 添加遗漏号码、走势图、冷热分析等数据分析功能
2026-04-25 22:35:24 +08:00
916117771 9881f75e59 fix(history): 重构特码冷热功能 — 改为弹窗列表展示每期相对于前N期的冷热状态
改为批量查询模式:每期特码相对于它前面N期的出现频率判定冷热
弹窗内以表格形式展示所有期号、特码球、冷热标签、次数、排名
支持调整向前期数(10-100),打开弹窗自动查询
2026-04-24 20:07:01 +08:00
916117771 efdef3798e feat(history): 新增特码冷热查询功能 — 选定某一期向前y期判定冷热号
在history页面添加「特码冷热」按钮,用户可选择指定期号并设定向前期数
系统统计该期特码在向前范围内的出现频率,与平均值对比判定冷/温/热号
2026-04-24 20:07:00 +08:00
916117771 f4c67bd102 feat(dashboard): 添加特码热力图功能
在控制台增加特码热力图可视化功能:
- 新增 getSpecialHeatmap() 方法生成热力图数据
- 热力图展示近N期特码号码分布(X轴期号,Y轴号码1-49)
- 使用号码波色作为单元格颜色,直观展示开奖规律
2026-04-22 22:41:48 +08:00
916117771 61e748e020 feat: replace ratio cards with ECharts pie charts for color wave, odd/even, big/small 2026-04-22 00:19:38 +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 29e364f74a feat: add comprehensive dashboard showing all analysis metrics in one view 2026-04-22 00:01:20 +08:00
916117771 0b3f7210e0 fix: correct render method mapping for analysis dialogs 2026-04-21 23:51:08 +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 5e8d1e4895 feat: show zodiac animal in missing number analysis dialog 2026-04-21 23:20:23 +08:00
916117771 3d22f3b2c4 feat: show zodiac animal below each number ball in history table 2026-04-21 23:18:07 +08:00
916117771 08e56caa72 1 2026-04-21 23:02:15 +08:00