From 38af6d3fd82d96b747dd08303f2f41d5e330db5f Mon Sep 17 00:00:00 2001 From: xiaoxiao Date: Thu, 14 Aug 2025 13:02:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/basic/Index.ets | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commons/basic/Index.ets b/commons/basic/Index.ets index 2d179f7..c35df9a 100644 --- a/commons/basic/Index.ets +++ b/commons/basic/Index.ets @@ -105,4 +105,8 @@ export { ScanUtil } from './src/main/ets/utils/ScanUtil' export { NotificationManagementUtil } from './src/main/ets/utils/NotificationManagementUtil' -export { customAttachment } from './src/main/ets/models/customAttachment' \ No newline at end of file +export { customAttachment } from './src/main/ets/models/customAttachment' + +export { ImageUtil } from './src/main/ets/utils/ImageUtil' + +export { compressedImage,saveImageToGallery,CompressedImageInfo } from './src/main/ets/utils/ImageCompressUtils' \ No newline at end of file