From 9014b0b48002105a98ed42532ce8e2b656bfb96d Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Sun, 28 Sep 2025 07:41:32 +0000 Subject: [PATCH] update ArkUI/Component_Nesting_Optimization/entry/src/main/module.json5. Signed-off-by: dhf <1511447814@qq.com> --- .../entry/src/main/module.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ArkUI/Component_Nesting_Optimization/entry/src/main/module.json5 b/ArkUI/Component_Nesting_Optimization/entry/src/main/module.json5 index a1cea8b6..ad219d73 100644 --- a/ArkUI/Component_Nesting_Optimization/entry/src/main/module.json5 +++ b/ArkUI/Component_Nesting_Optimization/entry/src/main/module.json5 @@ -5,9 +5,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone", - "tablet", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee