公告板
版本库
filestore
活动
搜索
登录
main
/
hm-lock
鸿蒙智能电子锁前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首次提交
whychdw
2024-10-09
1f14aca3e26ea960b8d20bb83d81c31339b7f48c
[hm-lock.git]
/
src
/
components
/
ImageCropper
/
utils
/
mimes.js
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'
};