Files
doodle-mini/miniprogram/pages/age/age.json
T
2026-05-06 17:28:51 +08:00

12 lines
360 B
JSON

{
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FEF6E7",
"backgroundColor": "#FEF6E7",
"enablePullDownRefresh": false,
"usingComponents": {
"nav-bar": "../../components3.0/nav-bar/nav-bar",
"worksheet-card": "../../components3.0/worksheet-card/worksheet-card"
}
}