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

13 lines
488 B
JSON

{
"navigationBarTitleText": "加减法计算",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"math-type-selector": "../../components/math-type-selector/math-type-selector",
"math-bottom-buttons": "../../components/math-bottom-buttons/math-bottom-buttons"
}
}