export default [ { title: '自定义按钮', screenshot: require('./__screenshots__/button-1.png'), schema: { componentName: 'Button', props: { text: '功能按钮', attribute: { type: 'link', value: 'https://app.lookstar.com.cn/tenant', } }, }, } ];