diff --git a/miniprogram/app.json b/miniprogram/app.json index 3f28489..019b315 100644 --- a/miniprogram/app.json +++ b/miniprogram/app.json @@ -17,7 +17,8 @@ "missingNumber/missingNumber", "compare/compare", "countingSelect/countingSelect", - "numberDecompose/numberDecompose" + "numberDecompose/numberDecompose", + "numberSort/numberSort" ], "independent": false }, diff --git a/miniprogram/constants/mathFunctions.ts b/miniprogram/constants/mathFunctions.ts index 9525ea2..dad8145 100644 --- a/miniprogram/constants/mathFunctions.ts +++ b/miniprogram/constants/mathFunctions.ts @@ -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', diff --git a/miniprogram/focusPages/codeConnect/codeConnect.wxml b/miniprogram/focusPages/codeConnect/codeConnect.wxml index b475771..3b70e13 100644 --- a/miniprogram/focusPages/codeConnect/codeConnect.wxml +++ b/miniprogram/focusPages/codeConnect/codeConnect.wxml @@ -1,38 +1,6 @@ - - - 预览打印效果 + + - - - - - - - - - 随机生成 - - - - - - - - +