From 0e1094650c204fc5c940bf15f48252ae2ab23a58 Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 08:57:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/entryability/?= =?UTF-8?q?EntryAbilityForWindow.ets.=20=E4=B8=AD=E6=96=87=E5=88=86?= =?UTF-8?q?=E5=8F=B7=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=8B=B1=E6=96=87=E5=8D=95?= =?UTF-8?q?=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- ArkUI/entry/src/main/ets/entryability/EntryAbilityForWindow.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkUI/entry/src/main/ets/entryability/EntryAbilityForWindow.ets b/ArkUI/entry/src/main/ets/entryability/EntryAbilityForWindow.ets index d5c952e..a8684cf 100644 --- a/ArkUI/entry/src/main/ets/entryability/EntryAbilityForWindow.ets +++ b/ArkUI/entry/src/main/ets/entryability/EntryAbilityForWindow.ets @@ -47,7 +47,7 @@ export default class EntryAbility extends UIAbility { //Get window properties let properties = windowClass.getWindowProperties(); let rect = properties.windowRect; - //rect.width: Window Width;rect.height: Window height + //rect.width: Window Width, rect.height: Window height } catch (exception) { console.error('Failed to obtain the window properties. Cause: ' + JSON.stringify(exception)); } -- Gitee