export default [ { title: '开关', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/switch-1.png', schema: { componentName: 'Switch', props: { defaultChecked: true, }, }, }, ];