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