feat:2.4.5 修改首页
This commit is contained in:
@@ -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: '🔢',
|
||||
},
|
||||
// 第四阶段:简单运算(从易到难)
|
||||
|
||||
Reference in New Issue
Block a user