feat:2.4.4填上缺少的数字
This commit is contained in:
@@ -65,6 +65,7 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
|
||||
},
|
||||
{
|
||||
id: 'missing-number',
|
||||
page: 'missingNumber',
|
||||
title: '填上缺少的数字',
|
||||
desc: '在数字序列中找出并填写缺失的数字',
|
||||
icon: '❓',
|
||||
@@ -72,7 +73,7 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
|
||||
{
|
||||
id: 'compare',
|
||||
title: '数一数,比大小',
|
||||
desc: '通过数数比较两组物品的数量大小',
|
||||
desc: '数一数,比较数量,在⭕️中填入>、<、=',
|
||||
icon: '⚖️',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user