findme-miniprogram-frontend/pages/user-profile/user-profile.json

10 lines
252 B
JSON
Raw Normal View History

2025-12-27 17:16:03 +08:00
{
"navigationBarTitleText": "用户资料",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"enablePullDownRefresh": true,
"usingComponents": {
},
"onReachBottomDistance": 50
}