shj
2022-04-01 8ac5d54bc84b7057c6b07d5470e6bf3848e642fb
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'
}