马宇豪
2023-02-03 216b40ea714730d077cd12d320e84e0ec59fe3d4
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'
}