Commit Graph

16 Commits

Author SHA1 Message Date
916117771 49eea49fa9 ui(dashboard): 筛号器号码按生肖分行为每行一个生肖竖向排列
号码按鼠牛虎兔龙蛇马羊猴鸡狗猪顺序排列,每行左侧显示生肖标签,
右侧横向排列该生肖下的所有号码球。弹窗高度从600px增加到750px。
2026-04-28 19:07:07 +08:00
916117771 a288d3b700 fix(dashboard): 修复波色筛选无效 — 用colorMap原始值而非hex颜色
getColorByNum返回的是hex颜色值(如#e74c3c),用indexOf检查hex字符串无法匹配中文波色。
改为直接从colorMap获取原始中文波色(如"红波")再提取标签。
2026-04-28 19:02:19 +08:00
916117771 e58400c3fe fix(dashboard): 修复筛号器波色按钮无效和尾号逻辑错误
1. 波色按钮class名nf-color与容器id冲突,改为nf-color-btn
2. 尾号选择改为屏蔽选中尾号的号码(之前是反向逻辑)
2026-04-28 19:00:46 +08:00
916117771 bd6db24c4f feat(dashboard): 新增筛号器功能
在history页面工具栏新增筛号器按钮,点击弹窗显示1-49所有号码(含波色、生肖标识),支持通过尾号下拉选择、生肖/波色按钮切换来过滤号码,被排除的号码变为灰色
2026-04-28 18:58:06 +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 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