scheme.json 525 B

12345678910111213
  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. "horizontal-scrollable": "../../components/horizontal-scrollable/horizontal-scrollable"
  12. }
  13. }