| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- module.exports = [
- {
- "name": "基础组件",
- "enName": "basic",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Button",
- "taro": true,
- "sort": 1,
- "cName": "按钮",
- "type": "component",
- "show": true,
- "desc": "按钮用于触发一个操作,如提交表单。",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Cell",
- "taro": true,
- "sort": 1,
- "cName": "单元格",
- "type": "component",
- "show": true,
- "desc": "展示列表",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Icon",
- "taro": true,
- "sort": 3,
- "cName": "图标",
- "type": "component",
- "show": true,
- "desc": "图标",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Divider",
- "taro": true,
- "sort": 3,
- "cName": "分割线",
- "type": "component",
- "show": true,
- "desc": "分割线",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Grid",
- "taro": true,
- "sort": 3,
- "cName": "宫格",
- "type": "component",
- "show": true,
- "desc": "宫格",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Overlay",
- "taro": true,
- "sort": 3,
- "cName": "遮罩层",
- "type": "component",
- "show": true,
- "desc": "遮罩层",
- "author": ""
- },
- {
- "version": "3.0.0",
- "name": "Transition",
- "taro": true,
- "sort": 3,
- "cName": "动画",
- "type": "component",
- "show": true,
- "desc": "动画",
- "author": ""
- },
- ]
- }
- ]
|