From a53b947c2318d6cd77220a6b9e058bb65a36f9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=8C=E5=B8=8C?= Date: Fri, 20 Sep 2024 15:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3systemui=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E6=97=8B=E8=BD=AC=E5=90=8E=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E7=94=A8UI=E8=BF=98=E8=83=BD=E6=97=8B=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张希希 --- example/ohos/entry/src/main/module.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ohos/entry/src/main/module.json5 b/example/ohos/entry/src/main/module.json5 index 5ad243a..962041e 100644 --- a/example/ohos/entry/src/main/module.json5 +++ b/example/ohos/entry/src/main/module.json5 @@ -31,7 +31,7 @@ "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", - "orientation": "auto_rotation", + "orientation": "auto_rotation_restricted", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "exported": true, -- Gitee