feat:2.6.2 增加数字点连线、数物填写等涂色卡

This commit is contained in:
R524809
2025-12-24 14:51:17 +08:00
parent 20496c3cc8
commit 58423eb31a
16 changed files with 610 additions and 18 deletions
+9 -1
View File
@@ -46,11 +46,19 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
{
id: 'number-object-match',
page: 'numberObjectMatch',
title: '数物对应',
title: '数物连线',
desc: '连线相同数量的物品和数字',
icon: '🔗',
img: '/assets/mathEntrance/number-object-match.png',
},
{
id: 'number-object-fill',
page: 'numberObjectMatch',
title: '数物填写',
desc: '数一数物品数量,填写对应的数字',
icon: '✏️',
img: '/assets/mathEntrance/number-object-fill.png',
},
{
id: 'counting-select',
page: 'countingSelect',