From b5add02a1d6b64d84bce99b75aebb047843423c1 Mon Sep 17 00:00:00 2001 From: zhangkai Date: Mon, 11 Aug 2025 14:31:38 +0800 Subject: [PATCH] update keyboardInfo describe of since Signed-off-by: zhangkai --- 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 15c35591a10..f8587c8868a 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4688,7 +4688,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; @@ -4698,7 +4699,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