feat: 图片裁剪功能更新

This commit is contained in:
ZhuRui
2026-07-27 09:03:46 +08:00
parent b86c22e7d2
commit b852754ca6
5 changed files with 4 additions and 695 deletions
-2
View File
@@ -3,6 +3,4 @@
* 在业务中可通过 `import { HelloWorld } from '@/components'` 使用
*/
export { default as HelloWorld } from './HelloWorld';
export { default as ImageCropper } from './ImageCropper';
export type { ImageCropperRef, ImageCropperProps } from './ImageCropper';
export { default as ChangePasswordModal } from './ChangePasswordModal';