上传头像裁剪

This commit is contained in:
X1627315083@163.com
2026-03-27 09:36:21 +08:00
parent 41820a2f9d
commit 98d92cbf30
12 changed files with 801 additions and 10 deletions

View File

@@ -200,5 +200,10 @@ export default {
threeModel: {
loading: 'Loading',
download: 'Download'
},
clipDialog: {
title: 'Upload your profile photo',
cancel: 'Cancel',
confirm: 'Save'
}
}

View File

@@ -197,5 +197,10 @@ export default {
threeModel: {
loading: '加载中',
download: '下载'
},
clipDialog: {
title: '上传您的个人资料照片',
cancel: '取消',
confirm: '保存'
}
}