scheme.json 432 B

123456789101112
  1. {
  2. "renderer": "skyline",
  3. "pureDataPattern": "^_",
  4. "component": true,
  5. "usingComponents": {
  6. "t-cell": "tdesign-miniprogram/cell/cell",
  7. "t-icon": "tdesign-miniprogram/icon/icon",
  8. "report-health-index": "../../components/report-health-index/report-health-index",
  9. "report-health-status": "../../components/report-health-status/report-health-status",
  10. "form-button": "../../../../components/button/button"
  11. }
  12. }