Files
doodle-mini/miniprogram/pages/mathIndex/mathIndex.json
T
2025-12-22 20:16:10 +08:00

12 lines
360 B
JSON

{
"navigationBarTitleText": "数感启蒙",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"add-to-miniprogram-tip": "../../components/add-to-miniprogram-tip/add-to-miniprogram-tip"
}
}