export const style = { color: { origin: { qiniu: '#37caff', wechat: '#2aae67', ctyun: '#ff0000', aliyun: '#1677ff', tencent: '#0052d9', local: '#A9A9A9', unknown: '#A9A9A9', }, type: { image: '#0000FF', video: '#008000', audio: '#F5DEB3', file: '#EEE8AA', }, uploadState: { success: '#008000', failed: '#FF0000', uploading: '#0000FF', }, }, };