feat: 优化 banner 配置页面 添加图片裁剪

This commit is contained in:
ZhuRui
2026-07-25 14:55:56 +08:00
parent 742c764508
commit 34d9a778a8
8 changed files with 1086 additions and 275 deletions
+2
View File
@@ -3,3 +3,5 @@
* 在业务中可通过 `import { HelloWorld } from '@/components'` 使用
*/
export { default as HelloWorld } from './HelloWorld';
export { default as ImageCropper } from './ImageCropper';
export type { ImageCropperRef, ImageCropperProps } from './ImageCropper';