From 13cf4ecb2026ea2dd0d06abb5b4928d6ca0a539c Mon Sep 17 00:00:00 2001 From: sfchu Date: Fri, 21 Mar 2025 11:40:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E5=AE=9E=E7=8E=B0=E7=94=BB?= =?UTF-8?q?=E4=B8=AD=E7=94=BB=E6=95=88=E6=9E=9C=E3=80=91HMOS=E4=B8=96?= =?UTF-8?q?=E7=95=8C=E9=9B=86=E6=88=90sample=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- entry/src/main/module.json5 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c3c79a..bcbfd9d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ## 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:phone,tablet,2in1。 +1. 本示例仅支持标准系统上运行,支持设备:phone,tablet。 2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index de78b5c..33e91e4 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -6,8 +6,7 @@ "mainElement": "EntryAbility", "deviceTypes": [ "phone", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee From 7c964e033aa21f18e694501354e07b6a469bcb91 Mon Sep 17 00:00:00 2001 From: sfchu Date: Fri, 21 Mar 2025 11:42:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E5=AE=9E=E7=8E=B0=E7=94=BB?= =?UTF-8?q?=E4=B8=AD=E7=94=BB=E6=95=88=E6=9E=9C=E3=80=91HMOS=E4=B8=96?= =?UTF-8?q?=E7=95=8C=E9=9B=86=E6=88=90sample=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 33e91e4..de78b5c 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -6,7 +6,8 @@ "mainElement": "EntryAbility", "deviceTypes": [ "phone", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee