shj
2022-03-31 79d1e74879f8d2cb80c74d3b498d436f04e0ffce
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'
}