export default [ { title: '上传组件', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_upload.png', schema: { componentName: 'Upload', props: { prefix: 'next-', closable: true, autoUpload: true, shape: 'card', defaultValue: [], }, }, }, ];