13937891274
2022-05-20 b2ec19a763b4cfb7949126d681fb77efad79c8d3
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'
}