From dd4ae655bedad3e054980594de4eaf8eac5353b7 Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Thu, 27 Feb 2025 15:02:21 +0800 Subject: [PATCH] =?UTF-8?q?readme=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++------- README_EN.md | 8 ++++---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d5daa9f..3dcb99d 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,7 @@ ### 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:华为手机。 - -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 - -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 - -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 +1. 本示例仅支持标准系统上运行,支持设备:华为手机、平板、2in1。 +2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 diff --git a/README_EN.md b/README_EN.md index 3241a46..2ee200a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -106,10 +106,10 @@ N/A ### Constraints -1. The sample app is supported only on Huawei phones running the standard system. +1. The sample app is supported on Huawei phones, tablets, and 2in1 running the standard system. -2. The HarmonyOS version must be HarmonyOS NEXT Developer Beta1 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -3. The DevEco Studio version must be DevEco Studio NEXT Developer Beta1 or later. +3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS NEXT Developer Beta1 or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release or later. -- Gitee