From 0b47773dad76dfe00f96cc9c90a6431bb88fd8c0 Mon Sep 17 00:00:00 2001 From: hzt Date: Fri, 13 Jun 2025 17:27:43 +0800 Subject: [PATCH] =?UTF-8?q?improvement:=E6=9B=B4=E6=96=B0=20readme=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=8C=E4=B8=8D=E6=B6=89=E5=8F=8A=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 43b26c8..7169111 100644 --- a/README.en.md +++ b/README.en.md @@ -84,6 +84,6 @@ N/A ### Constraints 1. The sample app is supported only on Huawei phones running the standard system. -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 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.4 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.4 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.4 Release or later. diff --git a/README.md b/README.md index ce53aaf..757c1f3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,6 @@ ### 约束与限制 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及以上。 \ No newline at end of file +2. HarmonyOS系统:HarmonyOS 5.0.4 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.4 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.4 Release SDK及以上。 \ No newline at end of file -- Gitee