alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
https://ice.work
MIT License
17.83k stars 2.09k forks source link

发布物料后在Iceworks不能显示对应分类的物料 #2742

Closed lidahuiSoftWare closed 4 years ago

lidahuiSoftWare commented 5 years ago

区块的物料描述,在新版ice-devtools 只会有category 字段有值。但是在iceworks 和 fusion-desing 中只能识别categories ,并不兼容 category。

  1. 采用ice-devtools 发布的物料 只能在最新看到发布最新的表单区块 image

2.具体到表单分类的区块,在icewoks 并不展示 image

  1. 区块描述 { "name": "feed-back-record-form", "title": "多图上传表单", "description": "多图上传表单", "homepage": "https://unpkg.alibaba-inc.com/@alife/fliggy-ice-material-feed-back-record-form@1.0.0/build/index.html", "categories": [], "category": "Form", "source": { "type": "npm", "npm": "@alife/fliggy-ice-material-feed-back-record-form", "version": "1.0.0", "registry": "https://registry.npm.alibaba-inc.com", "sourceCodeDirectory": "src/" },
imsobear commented 5 years ago

fusion 生成物料数据会兼容这个逻辑 @bindoon 跟进