Files
doodle-mini/miniprogram/mathPages/makeTen/makeTen.json
T
2025-12-24 18:15:01 +08:00

14 lines
503 B
JSON

{
"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"
}
}