careDetail.json 1.0 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "renderer": "webview",
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#0f2226",
  5. "backgroundColor": "#0f2226",
  6. "backgroundColorContent": "#0f2226",
  7. "backgroundColorTop": "#0f2226",
  8. "backgroundColorBottom": "#0f2226",
  9. "component": true,
  10. "usingComponents": {
  11. "t-tag": "tdesign-miniprogram/tag/tag",
  12. "t-icon": "tdesign-miniprogram/icon/icon",
  13. "record-care": "/module/charts/record-care/record-care",
  14. "record-index": "/module/charts/record-index/record-index",
  15. "t-image": "tdesign-miniprogram/image/image",
  16. "t-button": "tdesign-miniprogram/button/button",
  17. "t-drawer": "tdesign-miniprogram/drawer/drawer",
  18. "t-skeleton": "tdesign-miniprogram/skeleton/skeleton",
  19. "t-empty": "tdesign-miniprogram/empty/empty",
  20. "t-loading": "tdesign-miniprogram/loading/loading",
  21. "media-carousel": "../../../../components/media-carousel/media-carousel"
  22. },
  23. "componentPlaceholder": {
  24. "record-care": "view",
  25. "record-index": "view",
  26. "media-carousel": "view"
  27. }
  28. }