chat-group-detail.json 237 B

123456789
  1. {
  2. "navigationBarTitleText": "chatting",
  3. "navigationBarBackgroundColor": "#2867B6",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "chat": "../../comps/chat/chat"
  8. }
  9. }