feat:添加按数字涂颜色
This commit is contained in:
@@ -9,26 +9,28 @@ export interface MathFunctionType {
|
||||
export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
|
||||
{
|
||||
id: 'number-find',
|
||||
page: 'numberColor',
|
||||
title: '看数字,涂一涂',
|
||||
desc: '看数字,找一找下面相同的数字,涂上颜色',
|
||||
page: 'numberFind',
|
||||
title: '找数字,涂一涂',
|
||||
desc: '找一找下面相同的数字,涂上颜色',
|
||||
icon: '🔍',
|
||||
},
|
||||
{
|
||||
id: 'number-coloring',
|
||||
page: 'countMatch',
|
||||
title: '按数字,涂颜色',
|
||||
desc: '根据数字给相应的圆圈涂色,巩固数字与数量的认知',
|
||||
icon: '🎨',
|
||||
},
|
||||
{
|
||||
id: 'number-write',
|
||||
page: 'numberColor',
|
||||
page: 'numberFind',
|
||||
title: '看数字,写一写',
|
||||
desc: '看数字,按笔画顺序写一写',
|
||||
icon: '✏️',
|
||||
},
|
||||
{
|
||||
id: 'number-coloring',
|
||||
title: '数字涂色卡',
|
||||
desc: '一边写数字、一边学数数,数字和卡通图片一一对应',
|
||||
icon: '🎨',
|
||||
},
|
||||
{
|
||||
id: 'counting-matching',
|
||||
page: 'countMatch',
|
||||
title: '数一数,连一连',
|
||||
desc: '通过连线配对数字和对应的数量图形',
|
||||
icon: '🔗',
|
||||
|
||||
Reference in New Issue
Block a user