From 32fbd7a0c06b2a4fa11367f467023f39d26cfe25 Mon Sep 17 00:00:00 2001 From: tangrui Date: Mon, 16 Jun 2025 20:17:34 +0800 Subject: [PATCH] =?UTF-8?q?setImageForRecent=E6=8E=A5=E5=8F=A3=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangrui --- api/@ohos.window.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 5039d69de7..78419d54e8 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -11755,7 +11755,7 @@ declare namespace window { * @syscap SystemCapability.Window.SessionManager * @systemapi Hide this for inner system use. * @stagemodelonly - * @since 20 + * @since 19 */ setImageForRecent(imgResourceId: number, value: ImageFit): Promise; } -- Gitee