From 7eb992161e2a41d1c500c8d788a807dfacfc5bb3 Mon Sep 17 00:00:00 2001 From: yanxinyu7 Date: Thu, 4 Sep 2025 15:43:24 +0800 Subject: [PATCH] ani_stage3 Signed-off-by: yanxinyu7 --- 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 9f132f63f3..71fd09810e 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -11989,7 +11989,8 @@ declare namespace window { * @syscap SystemCapability.Window.SessionManager * @StageModelOnly * @atomicservice - * @since 14 + * @since arkts {'1.1':'14', '1.2':'20'} + * @arkts 1.1&1.2 */ removeStartingWindow(): Promise; -- Gitee