11 lines
304 B
JSON
Raw Permalink Normal View History

2025-06-06 15:17:30 +08:00
{
"usingComponents": {
"mp-bar": "weui-miniprogram/navigation-bar/navigation-bar",
"mp-icon": "weui-miniprogram/icon/icon"
},
"backgroundColorContent": "#f7f7f7",
"backgroundColor": "#f7f7f7",
"navigationStyle": "custom",
2025-06-13 14:39:20 +08:00
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
2025-06-06 15:17:30 +08:00
}