From bcba308f801281e474813d34830e59fc8b734c3c Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Thu, 27 Feb 2025 14:52:25 +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 | 9 +++------ README_EN.md | 7 ++++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cd34903..aaae744 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,6 @@ ### 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 - -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 - -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 - -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 \ No newline at end of file +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及以上。 \ No newline at end of file diff --git a/README_EN.md b/README_EN.md index 34ca243..c68493f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -61,8 +61,9 @@ N/A 1. The sample app is supported only on Huawei phones 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 5.0.0 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS NEXT Developer Beta1 SDK or later. -- Gitee