From f6dd0a43e2517cc0095faa174dc7ede6b1595079 Mon Sep 17 00:00:00 2001 From: liangqingsong Date: Fri, 17 Sep 2021 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E5=B9=95=E6=96=B9=E5=90=91=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E7=AB=96=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 7ba266f..a767b54 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -41,7 +41,7 @@ ] } ], - "orientation": "unspecified", + "orientation": "portrait", "name": "github.hellocsl.gallerylayoutmanager.MainAbility", "icon": "$media:icon", "description": "$string:app_name", -- Gitee