Files
doodle-mini/miniprogram/mathPages/numberSort/numberSort.json
T
2026-04-07 17:23:05 +08:00

14 lines
504 B
JSON

{
"navigationBarTitleText": "数字排序",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"toy-button": "../../toy/button-v2/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"
}
}