findme-miniprogram-frontend/pages/message/chat/chat.json
2025-12-27 17:16:03 +08:00

13 lines
No EOL
369 B
JSON

{
"navigationBarTitleText": "聊天",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"disableScroll": true,
"usingComponents": {
"voice-message": "/components/voice-message/voice-message"
}
}