From aed88ff88b04f8f22dbcd0b0e2a1e4b55371ba7d Mon Sep 17 00:00:00 2001 From: wangzhiyusss Date: Wed, 30 Nov 2022 15:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangzhiyusss --- common/component/src/main/module.json5 | 1 - common/resources/src/main/module.json5 | 1 - common/utils/src/main/module.json5 | 1 - 3 files changed, 3 deletions(-) diff --git a/common/component/src/main/module.json5 b/common/component/src/main/module.json5 index b6442a2..110b596 100644 --- a/common/component/src/main/module.json5 +++ b/common/component/src/main/module.json5 @@ -18,7 +18,6 @@ "name": "component", "type": "har", "deviceTypes": [ - "phone", "tablet" ], "uiSyntax": "ets" diff --git a/common/resources/src/main/module.json5 b/common/resources/src/main/module.json5 index ed81e03..6bbb011 100644 --- a/common/resources/src/main/module.json5 +++ b/common/resources/src/main/module.json5 @@ -18,7 +18,6 @@ "name": "resources", "type": "har", "deviceTypes": [ - "phone", "tablet" ], "uiSyntax": "ets" diff --git a/common/utils/src/main/module.json5 b/common/utils/src/main/module.json5 index 93ca104..57b6ad9 100644 --- a/common/utils/src/main/module.json5 +++ b/common/utils/src/main/module.json5 @@ -18,7 +18,6 @@ "name": "utils", "type": "har", "deviceTypes": [ - "phone", "tablet" ], "uiSyntax": "ets" -- Gitee