From e75e598eaf8b9987c2ef462cd561fa0ce8b95b21 Mon Sep 17 00:00:00 2001 From: panlulu Date: Thu, 7 Aug 2025 12:44:25 +0000 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: panlulu --- api/@ohos.file.RecentPhotoComponent.d.ets | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.file.RecentPhotoComponent.d.ets b/api/@ohos.file.RecentPhotoComponent.d.ets index 32a27a1dac..9094ee5e02 100644 --- a/api/@ohos.file.RecentPhotoComponent.d.ets +++ b/api/@ohos.file.RecentPhotoComponent.d.ets @@ -150,7 +150,6 @@ export declare class RecentPhotoOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ isAutoRefreshSupported?: boolean; @@ -161,7 +160,6 @@ export declare class RecentPhotoOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ colorMode?: PickerColorMode; } -- Gitee