feat:2.6.2 凑十法

This commit is contained in:
R524809
2025-12-24 18:15:01 +08:00
parent 58423eb31a
commit ec3e79ad29
10 changed files with 620 additions and 3 deletions
+8
View File
@@ -149,4 +149,12 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
icon: '🔢',
img: '/assets/mathEntrance/number-decompose-20.png',
},
{
id: 'make-ten',
page: 'makeTen',
title: '凑十法练习',
desc: '通过凑十法学习20以内进位加法',
icon: '',
img: '/assets/mathEntrance/make-ten.png',
},
];