Files
doodle-mini/miniprogram/mathPages/numberFind/numberFind.json
T
2025-12-11 17:47:22 +08:00

13 lines
454 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"
}
}