feat:2.6.1增加 数物对应 和 根据颜色画图形

This commit is contained in:
R524809
2025-12-23 13:35:19 +08:00
parent 9b6a0a26cc
commit 20496c3cc8
28 changed files with 940 additions and 277 deletions
+9
View File
@@ -42,6 +42,15 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
icon: '🔗',
img: '/assets/mathEntrance/count-match.png',
},
// 数物对应
{
id: 'number-object-match',
page: 'numberObjectMatch',
title: '数物对应',
desc: '连线相同数量的物品和数字',
icon: '🔗',
img: '/assets/mathEntrance/number-object-match.png',
},
{
id: 'counting-select',
page: 'countingSelect',