Merge branch 'feature-2.5.6' into feature-2.6.0

This commit is contained in:
2025-12-22 20:29:46 +08:00
96 changed files with 3448 additions and 3276 deletions
+7
View File
@@ -75,6 +75,13 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
icon: '❓',
img: '/assets/mathEntrance/missing-number.png',
},
{
id: 'number-sort',
page: 'numberSort',
title: '数字排序',
desc: '数字牌被打乱了,把正确的数字按顺序写下来吧~',
icon: '🔢',
},
{
id: 'number-decompose',
page: 'numberDecompose',