马宇豪
2025-01-13 8e74a6244f598146351f55ee4ac576c1b101bd32
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'
}