feat:数字排序

This commit is contained in:
R524809
2025-12-22 09:59:18 +08:00
parent 70a78b1cc5
commit 0c51905ad4
8 changed files with 390 additions and 3 deletions
+7
View File
@@ -66,6 +66,13 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
desc: '在数字序列中找出并填写缺失的数字',
icon: '❓',
},
{
id: 'number-sort',
page: 'numberSort',
title: '数字排序',
desc: '数字牌被打乱了,把正确的数字按顺序写下来吧~',
icon: '🔢',
},
{
id: 'number-decompose',
page: 'numberDecompose',