feat(football): implement World Cup 2026 simulator and Empirical-Poisson Mixture Model
Build and Push Docker Image / build (push) Successful in 3m38s

This commit is contained in:
2026-06-19 16:15:13 -07:00
parent c21f572e1f
commit 8b9cd80d41
11 changed files with 898 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@
<!-- Tools Panels Containers -->
{{template "zitie" .}}
{{template "learn_number" .}}
{{template "football" .}}
<script>
// 首页 Tile 渲染
+6 -1
View File
@@ -157,8 +157,13 @@
},
'learn-number': {
title: '趣味数字学习工具',
desc: '为儿童设计的数字学习与计数练习工具,生动活泼,寓教乐。',
desc: '为儿童设计的数字学习与计数练习工具,生动活泼,寓教乐。',
keywords: '数字学习, 儿童计数, 幼小衔接'
},
'football': {
title: '2026世界杯小组出线模拟器',
desc: '使用蒙特卡洛算法模拟2026年美加墨世界杯小组赛出线概率,支持自定义比赛概率、小组球队及已有赛果。',
keywords: '2026世界杯, 小组出线概率, 蒙特卡洛模拟, 足球预测'
}
};