Kxc0822a
2022-04-07 bec395b95751ea7d700f01e8ece6b2eb2454cd17
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'
}