From edd9fa5b85adbd7867343ad423363abd2f6e4231 Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Tue, 5 Nov 2024 03:51:41 +0000 Subject: [PATCH] update entry/src/main/module.json5. Signed-off-by: dhf <1511447814@qq.com> --- entry/src/main/module.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index feaf440..db65f61 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -20,7 +20,8 @@ "mainElement": "EntryAbility", "deviceTypes": [ "phone", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee