From 5c8b4b45e07653aee939325f9a2be6dce329d51b Mon Sep 17 00:00:00 2001 From: dongzhili Date: Fri, 12 Sep 2025 14:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E9=98=B6=E6=AE=B5=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8E=92=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dongzhili --- .../window_runtime/window_stage_ani/ets/@ohos.window.ets | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/interfaces/kits/ani/window_runtime/window_stage_ani/ets/@ohos.window.ets b/interfaces/kits/ani/window_runtime/window_stage_ani/ets/@ohos.window.ets index 9db93913dd..3b227e8c5a 100644 --- a/interfaces/kits/ani/window_runtime/window_stage_ani/ets/@ohos.window.ets +++ b/interfaces/kits/ani/window_runtime/window_stage_ani/ets/@ohos.window.ets @@ -662,7 +662,12 @@ export enum WindowType { TYPE_SYSTEM_TOAST = 18, TYPE_DIVIDER = 19, TYPE_GLOBAL_SEARCH = 20, - TYPE_HANDWRITE = 21 + TYPE_HANDWRITE = 21, + TYPE_WALLET_SWIPE_CARD = 22, + TYPE_SCREEN_CONTROL = 23, + TYPE_FLOAT_NAVIGATION = 24, + TYPE_MAIN = 32 +} } export enum Orientation { -- Gitee