feat(phase-4 to 10): add all remaining analysis features - color wave, zodiac, odd/even, big/small, sum, consecutive, tail numbers

This commit is contained in:
2026-04-21 23:46:12 +08:00
parent f36410dcc6
commit 8ed4837992
5 changed files with 681 additions and 2 deletions
+7
View File
@@ -18,4 +18,11 @@ return [
'Trend Chart' => '走势图',
'No data available' => '暂无数据',
'Hot/Cold Analysis' => '冷热分析',
'Color Wave' => '波色分析',
'Zodiac' => '生肖分析',
'Odd/Even' => '奇偶分析',
'Big/Small' => '大小分析',
'Sum Chart' => '和值分析',
'Consecutive' => '连号分析',
'Tail Numbers' => '尾数分析',
];