songhuangfeng123
2022-04-20 44d0be2ff89f8acabe0e188998f272df64488e65
1
2
3
4
5
6
7
export default {
  'jpg': 'image/jpeg',
  'png': 'image/png',
  'gif': 'image/gif',
  'svg': 'image/svg+xml',
  'psd': 'image/photoshop'
}