马宇豪
2023-12-19 d5f70e01396783b1d2b84b49344b6d2798eb1097
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'
}