export default [ { title: '徽标', screenshot: require('../../assets/badge.png'), schema: { componentName: 'AMBadge', props: { content: '99', color: '#108ee9', children: { type: 'JSSlot', value: [ { componentName: 'AMDiv', props: { style: { width: '60px', height: '60px', borderRadius: '4px', backgroundColor: '#88878c', }, }, }, ], }, }, }, }, ];