feat(common-ui cropper): Implement the image cropping component VCropper (#7082)

* feat(common-ui cropper): Implement the image cropping component VCropper

* feat(common-ui cropper): Implement the image cropping component VCropper

* feat(common-ui cropper): Implement the image cropping component VCropper

* feat(common-ui cropper): Implement the image cropping component VCropper

* feat(common-ui cropper): Implement the image cropping component VCropper
This commit is contained in:
JyQAQ
2026-01-10 14:08:15 +08:00
committed by GitHub
parent 0d9e260a6a
commit 9480f8272a
7 changed files with 1111 additions and 0 deletions

View File

@@ -75,5 +75,8 @@
},
"function": {
"contentMenu": "Content Menu"
},
"cropper": {
"title": "Cropper"
}
}

View File

@@ -75,5 +75,8 @@
},
"function": {
"contentMenu": "上下文菜单"
},
"cropper": {
"title": "图片裁剪"
}
}