From 8bb33f45fd4d481923e17381d9b2c7d659a3411a Mon Sep 17 00:00:00 2001 From: chenzhang Date: Wed, 14 May 2025 08:18:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E9=83=A8=E4=BB=B6-=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=8A=9F=E8=83=BD=E9=85=8D=E7=BD=AE=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenzhang --- common/resources/src/main/module.json5 | 2 +- common/utils/src/main/module.json5 | 2 +- features/src/main/module.json5 | 2 +- product/default/src/main/module.json5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/resources/src/main/module.json5 b/common/resources/src/main/module.json5 index ba85f70..ed81e03 100644 --- a/common/resources/src/main/module.json5 +++ b/common/resources/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "resources", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/common/utils/src/main/module.json5 b/common/utils/src/main/module.json5 index 1f9bfeb..93ca104 100644 --- a/common/utils/src/main/module.json5 +++ b/common/utils/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "utils", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/features/src/main/module.json5 b/features/src/main/module.json5 index f100719..b6442a2 100644 --- a/features/src/main/module.json5 +++ b/features/src/main/module.json5 @@ -18,7 +18,7 @@ "name": "component", "type": "har", "deviceTypes": [ - "default", + "phone", "tablet" ], "uiSyntax": "ets" diff --git a/product/default/src/main/module.json5 b/product/default/src/main/module.json5 index 7ca6009..ced4236 100644 --- a/product/default/src/main/module.json5 +++ b/product/default/src/main/module.json5 @@ -23,7 +23,7 @@ "mainElement": "MainAbility", "deviceTypes": [ "tablet", - "default" + "phone" ], "requestPermissions": [ { -- Gitee