From 12722b06e8a03e044e7eb1addd5234172615dfaa Mon Sep 17 00:00:00 2001 From: zhangkai Date: Fri, 8 Aug 2025 15:17:51 +0800 Subject: [PATCH] update keyboard info version Signed-off-by: zhangkai Change-Id: I6ea43830185d36e3e9e1f25b5623744aa8ff07bc --- api/@ohos.window.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 2bbf4a56e3..24300d3311 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4689,7 +4689,8 @@ declare namespace window { * @type { Rect } * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since 18 + * @since arkts {'1.1':'18', '1.2':'20'} + * @arkts 1.1&1.2 */ beginRect: Rect; @@ -4699,7 +4700,8 @@ declare namespace window { * @type { Rect } * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since 18 + * @since arkts {'1.1':'18', '1.2':'20'} + * @arkts 1.1&1.2 */ endRect: Rect; -- Gitee