feat:2.4.4填上缺少的数字

This commit is contained in:
R524809
2025-12-05 14:53:40 +08:00
parent c8788669c7
commit 0fcebb90cc
11 changed files with 818 additions and 4 deletions
+2 -1
View File
@@ -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: '⚖️',
},
{