From 7f906ef5031c878c90fb9ecc141cd5ec608435da Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Sat, 9 Oct 2021 14:07:45 +0800 Subject: [PATCH] =?UTF-8?q?config.json=E6=A8=AA=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 a85f6b6..cf9b5f7 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -42,7 +42,7 @@ ] } ], - "orientation": "portrait", + "orientation": "unspecified", "name": "com.wrapp.example.floatlabelededittext.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", -- Gitee