findme-miniprogram-frontend/pages/message/chat/chat.json

13 lines
369 B
JSON
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
{
"navigationBarTitleText": "聊天",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"disableScroll": true,
"usingComponents": {
"voice-message": "/components/voice-message/voice-message"
}
}