careDetail.json 869 B

12345678910111213141516171819202122232425
  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. },
  21. "componentPlaceholder": {
  22. "record-care": "view",
  23. "record-index": "view"
  24. }
  25. }