index.json 310 B

123456789101112
  1. {
  2. "navigationBarTitleText": "AI舌诊",
  3. "navigationBarTextStyle": "black",
  4. "navigationStyle": "custom",
  5. "scrollIndicator": "none",
  6. "bounce": "none",
  7. "titleNView": false,
  8. "enablePullDownRefresh": false,
  9. "usingComponents": {
  10. "custom-camera": "../../components/CustomCamera/WeChat/index"
  11. }
  12. }