From 5369735db5bc4886423c5b51acfcb9e563a3e12f Mon Sep 17 00:00:00 2001 From: yangwenxin Date: Tue, 1 Jul 2025 14:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B5=B7=E5=A7=8B=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangwenxin --- api/@ohos.window.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index f457c8f197..17ccdbb70b 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -75,6 +75,7 @@ declare type WindowAnimationCurveParam = Array; * * @namespace window * @syscap SystemCapability.WindowManager.WindowManager.Core + * @since 6 */ /** * Window manager. -- Gitee