feat:2.4.5 修改首页

This commit is contained in:
R524809
2025-12-08 13:43:20 +08:00
parent 1e50a3b56e
commit e193369478
7 changed files with 110 additions and 50 deletions
+8 -8
View File
@@ -30,13 +30,6 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
icon: '🎨',
},
// 第二阶段:数数与计数
{
id: 'counting-select',
page: 'countingSelect',
title: '数一数,选一选',
desc: '数出物品数量,圈出正确答案',
icon: '✓',
},
{
id: 'counting-matching',
page: 'countMatch',
@@ -44,6 +37,13 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
desc: '通过连线配对数字和对应的数量图形',
icon: '🔗',
},
{
id: 'counting-select',
page: 'countingSelect',
title: '数一数,选一选',
desc: '数出物品数量,圈出正确答案',
icon: '✓',
},
{
id: 'counting-fill',
page: 'countingSelect',
@@ -70,7 +70,7 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
id: 'number-decompose',
page: 'numberDecompose',
title: '10以内数的分与合',
desc: '学习数的分解与组合',
desc: '把数字分一分,合一合',
icon: '🔢',
},
// 第四阶段:简单运算(从易到难)