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
@@ -0,0 +1,13 @@
{
"navigationBarTitleText": "数字排序",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"toy-button": "../../ui/button/button",
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"math-bottom-buttons": "../../components/math-bottom-buttons/math-bottom-buttons",
"draw-ad": "../../components/draw-ad/draw-ad"
}
}