From c5c8f21f59ba82ef9e39b27f0721bb261e94e215 Mon Sep 17 00:00:00 2001 From: sfchu Date: Wed, 23 Apr 2025 19:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=BE=85=E5=8A=9E=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9=E5=88=97=E8=A1=A8=20=20README.md=20&=20README.en.md?= =?UTF-8?q?=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 | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 3e9dc09..52c64f4 100644 --- a/README.en.md +++ b/README.en.md @@ -1,4 +1,4 @@ -# To-Do List +# Implementing a To-Do List ## Introduction @@ -26,7 +26,7 @@ N/A ## Constraints -1. The sample app is supported only on Huawei phones running the standard system. -2. HarmonyOS: HarmonyOS 5.0.0 Release or later -3. DevEco Studio: DevEco Studio 5.0.0 Release or later -4. HarmonyOS SDK: HarmonyOS 5.0.0 Release SDK or later +1. The sample is only supported on Huawei phones with standard systems. +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 fa51059..0dba70e 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 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及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file -- Gitee