From 7aa4750e316e0ec3cefb7617e6ad56d92d19f816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=87=AF?= Date: Thu, 12 Jun 2025 07:37:00 +0000 Subject: [PATCH] fix api version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张凯 Change-Id: I53cc7521760d3b7f8d04bfeb80d57841f8fa510f --- api/@ohos.window.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 3281695160..5ccde3562d 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4212,7 +4212,8 @@ declare namespace window { * @interface KeyboardInfo * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since 18 + * @since arkts {'1.1':'18', '1.2':'20'} + * @arkts 1.1&1.2 */ interface KeyboardInfo { /** -- Gitee