jiale
2022-05-24 2a8099cf8cd907c6e14a9ac4300a05544c345b0d
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'
}