feat:2.4.510以内数字的分与合

This commit is contained in:
R524809
2025-12-08 13:01:16 +08:00
parent 791a8bc373
commit 1e50a3b56e
9 changed files with 837 additions and 3 deletions
+7
View File
@@ -66,6 +66,13 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
desc: '在数字序列中找出并填写缺失的数字',
icon: '❓',
},
{
id: 'number-decompose',
page: 'numberDecompose',
title: '10以内数的分与合',
desc: '学习数的分解与组合',
icon: '🔢',
},
// 第四阶段:简单运算(从易到难)
{
id: 'addition-5',