| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- 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": ""
- },
- {
- "version": "3.0.0",
- "name": "Popup",
- "taro": true,
- "sort": 3,
- "cName": "弹出层",
- "type": "component",
- "show": true,
- "desc": "弹出层",
- "author": ""
- },
- ]
- }
- ]
|