From 7517815a19b06334ff0eadd39eedb6c49a7a8082 Mon Sep 17 00:00:00 2001 From: cencus Date: Sat, 27 Jul 2024 18:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4tablet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/module.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index c00dade..589e929 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -5,8 +5,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone", - "tablet" + "phone" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee