From aa7237a546ae37d660e792461e70362f12603b30 Mon Sep 17 00:00:00 2001 From: inter515 Date: Thu, 25 Aug 2022 19:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eapi=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: inter515 --- .../entry/src/main/ets/test/getWindowProperties.test.ets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets index 94e3ea252..cb4ae564f 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/getWindowProperties.test.ets @@ -51,9 +51,9 @@ const MAX_WINDOW_WIDTH_VALUE = 2560 const MIN_WINDOW_WIDTH_VALUE = 1400 const MAX_WINDOW_HEIGHT_VALUE = 300 const MIN_WINDOW_HEIGHT_VALUE = 200 -const FULL_SCREEN_WINDOW_MODE = 0 -const SPLIT_WINDOW_MODE = 1 -const FLOATING_WINDOW_MODE = 2 +const FULL_SCREEN_WINDOW_MODE = bundle.SupportWindowMode.FULL_SCREEN +const SPLIT_WINDOW_MODE = bundle.SupportWindowMode.SPLIT +const FLOATING_WINDOW_MODE = bundle.SupportWindowMode.FLOATING export default function getWindowPorperties() { -- GitLab