Files
doodle-mini/miniprogram/mathPages/numberObjectMatch/numberObjectMatch.json
T

15 lines
588 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",
"math-type-selector": "../../components/math-type-selector/math-type-selector"
}
}