From 18e4da033936d642b8265160e6fdabe4cd0f25c6 Mon Sep 17 00:00:00 2001 From: sfchu Date: Wed, 23 Apr 2025 19:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=B8=B8=E7=94=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8E=E5=B8=83=E5=B1=80=20=20README.md=20&=20READM?= =?UTF-8?q?E.en.md=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 9ca4abc..b49160e 100644 --- a/README.en.md +++ b/README.en.md @@ -1,4 +1,4 @@ -# Common Components and Layouts +# Implementing Common Components and Layouts ### Introduction @@ -34,6 +34,6 @@ N/A ### Constraints 1. The sample is only supported on Huawei phones with standard systems. -2. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. -3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. -4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 SDK or later. +2. The HarmonyOS version must be HarmonyOS 5.0.0 Release 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 SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index 5ddf9a8..297d68b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 常用组件与布局 +# 实现常用组件与布局 ### 简介 @@ -34,6 +34,6 @@ HarmonyOS ArkUI提供了丰富多样的UI组件,您可以使用这些组件轻 ### 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 +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 -- Gitee