From bce812b034c69263a285b90990da2f87df3d74e5 Mon Sep 17 00:00:00 2001 From: chenzhenyu27 Date: Sat, 13 Sep 2025 18:34:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8A=A8=E6=80=81=E7=85=A7=E7=89=871.2?= =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenzhenyu27 --- api/@ohos.multimedia.movingphotoview.d.ts | 146 ++++++++-------------- 1 file changed, 49 insertions(+), 97 deletions(-) diff --git a/api/@ohos.multimedia.movingphotoview.d.ts b/api/@ohos.multimedia.movingphotoview.d.ts index e5be7717a6..a033c8ff22 100644 --- a/api/@ohos.multimedia.movingphotoview.d.ts +++ b/api/@ohos.multimedia.movingphotoview.d.ts @@ -27,8 +27,7 @@ import photoAccessHelper from './@ohos.file.photoAccessHelper'; * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare interface MovingPhotoViewOptions { /** @@ -38,8 +37,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ movingPhoto: photoAccessHelper.MovingPhoto; /** @@ -49,8 +47,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ controller?: MovingPhotoViewController; /** @@ -60,8 +57,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'18','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ imageAIOptions?: ImageAIOptions; @@ -71,8 +67,7 @@ declare interface MovingPhotoViewOptions { * @type { ?PixelMapFormat } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'14','1.2':'20'} - * @arkts 1.1&1.2 + * @since 14 */ movingPhotoFormat?: PixelMapFormat; /** @@ -81,8 +76,7 @@ declare interface MovingPhotoViewOptions { * @type { ?DynamicRangeMode } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'14','1.2':'20'} - * @arkts 1.1&1.2 + * @since 14 */ dynamicRangeMode?: DynamicRangeMode; /** @@ -91,8 +85,7 @@ declare interface MovingPhotoViewOptions { * @type { ?boolean } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'19','1.2':'20'} - * @arkts 1.1&1.2 + * @since 19 */ playWithMask?: boolean; } @@ -103,8 +96,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ interface MovingPhotoViewInterface { /** @@ -115,8 +107,7 @@ interface MovingPhotoViewInterface { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ (options: MovingPhotoViewOptions): MovingPhotoViewAttribute; } @@ -128,8 +119,7 @@ interface MovingPhotoViewInterface { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare type MovingPhotoViewEventCallback = () => void; @@ -140,8 +130,7 @@ declare type MovingPhotoViewEventCallback = () => void; * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare class MovingPhotoViewAttribute extends CommonMethod { /** @@ -152,8 +141,7 @@ declare class MovingPhotoViewAttribute extends CommonMethod Date: Sat, 13 Sep 2025 18:46:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8A=A8=E6=80=81=E7=85=A7=E7=89=871.2?= =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenzhenyu27 --- api/@ohos.multimedia.movingphotoview.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.multimedia.movingphotoview.d.ts b/api/@ohos.multimedia.movingphotoview.d.ts index a033c8ff22..5bb4c471c7 100644 --- a/api/@ohos.multimedia.movingphotoview.d.ts +++ b/api/@ohos.multimedia.movingphotoview.d.ts @@ -57,7 +57,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since 12 + * @since 18 */ imageAIOptions?: ImageAIOptions; -- Gitee