feat:架构代码优化

This commit is contained in:
R524809
2025-12-11 13:02:44 +08:00
parent 2c32235568
commit 3c0e2af10d
89 changed files with 2774 additions and 2816 deletions
+7
View File
@@ -102,4 +102,11 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
desc: '练习10以内的加法和减法混合运算',
icon: '±',
},
{
id: 'number-decompose-20',
page: 'numberDecompose',
title: '20以内数的分与合',
desc: '把数字分一分,合一合',
icon: '🔢',
},
];