export default [ { title: '开关', screenshot: require('../../assets/switch.png'), schema: { componentName: 'AMSwitch', props: { checked: true, }, }, }, ];