Files
doodle-mini/miniprogram/mathPages/oneDigitAddition/oneDigitAddition.json
T
2026-01-16 18:02:16 +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"
}
}