From bf90522ea1431a1f5248aee1bcca4085b2c35cb9 Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Thu, 27 Feb 2025 14:43:02 +0800 Subject: [PATCH] =?UTF-8?q?readme=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_EN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf1d927..238e748 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ LazyForEach长列表具体实现: 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 \ No newline at end of file +4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release及以上。 \ No newline at end of file diff --git a/README_EN.md b/README_EN.md index de964e8..0558953 100644 --- a/README_EN.md +++ b/README_EN.md @@ -70,8 +70,8 @@ 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 NEXT Developer Beta1 SDK or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. -- Gitee