export default [ { title: '胶囊选项', screenshot: require('../../assets/capsuleTap-tap.jpg'), schema: { componentName: 'AMCapsuleTabs.Tab', props: { key: 'persion', title: '人类', children: { type: 'JSSlot', value: [ { componentName: 'AMDiv', props: { style: { height: '200px', }, children: '这是一群聪明的人类。', }, }, ], }, }, }, }, ];