Files
doodle-mini/miniprogram/focusPages/gridReasoning/gridReasoning.json
T
2025-12-19 16:24:10 +08:00

14 lines
540 B
JSON

{
"navigationBarTitleText": "方格推理",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"math-bottom-buttons": "../../components/math-bottom-buttons/math-bottom-buttons",
"math-type-selector": "../../components/math-type-selector/math-type-selector",
"draw-ad": "../../components/draw-ad/draw-ad"
}
}