Files
fangcheyun/miniprogram/pages/chat/privateChat/privateChat.json
2021-04-08 11:46:50 +08:00

12 lines
429 B
JSON

{
"navigationBarTitleText": "私聊",
"enablePullDownRefresh" : true,
"backgroundTextStyle" : "dark",
"usingComponents": {
"GoEasyRecorder": "/components/GoEasyRecorder/goEasyRecorder",
"GoEasyAudioPlayer": "/components/GoEasyAudioPlayer/goEasyAudioPlayer",
"GoEasyVideoPlayer": "/components/GoEasyVideoPlayer/goEasyVideoPlayer",
"GoEasyCustomMessage": "/components/GoEasyCustomMessage/customMessage"
}
}