娄哥
2023-12-06 2da4ed484aa662d69b987cde8ea1ec1d39704763
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'
}