home.json 575 B

1234567891011121314151617
  1. {
  2. "renderer": "skyline",
  3. "component": true,
  4. "pureDataPattern": "^_",
  5. "usingComponents": {
  6. "t-cell": "tdesign-miniprogram/cell/cell",
  7. "t-icon": "tdesign-miniprogram/icon/icon",
  8. "form-button": "../../components/button/button",
  9. "body-model": "./body-model/body-model",
  10. "report-health-scheme": "../../module/health/components/report-health-scheme/report-health-scheme",
  11. "science-card": "../../module/article/components/science-card/science-card"
  12. },
  13. "componentPlaceholder": {
  14. "report-health-scheme": "view",
  15. "science-card": "view"
  16. }
  17. }