feat:修改入口和 Tip

This commit is contained in:
2025-12-22 22:36:52 +08:00
parent bac430ce84
commit 9b6a0a26cc
5 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -79,8 +79,9 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
id: 'number-sort',
page: 'numberSort',
title: '数字排序',
desc: '数字牌被打乱了,把正确的数字按顺序写下来吧~',
desc: '数字排序,写出正确顺序',
icon: '🔢',
img: '/assets/mathEntrance/number-sort.png',
},
{
id: 'number-decompose',