shj
2022-05-13 cee81b4b5d993d46a52d01124cd9f1d015043857
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'
}