feat:修改按数字涂色的提示语
This commit is contained in:
@@ -18,7 +18,7 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
|
|||||||
id: 'number-coloring',
|
id: 'number-coloring',
|
||||||
page: 'countMatch',
|
page: 'countMatch',
|
||||||
title: '按数字,涂颜色',
|
title: '按数字,涂颜色',
|
||||||
desc: '根据数字给相应的圆圈涂色,巩固数字与数量的认知',
|
desc: '按数字给相应的圆圈涂上颜色',
|
||||||
icon: '🎨',
|
icon: '🎨',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -106,8 +106,7 @@ Page({
|
|||||||
ctx,
|
ctx,
|
||||||
{
|
{
|
||||||
title: this.data.pageTitle,
|
title: this.data.pageTitle,
|
||||||
subTitle:
|
subTitle: '按数字给相应的圆圈涂上颜色',
|
||||||
'根据数字给相应的圆圈涂色,巩固数字与数量的认知',
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user