From 12dc9fef9631a15fe29cdc4c8427f11328d5dae7 Mon Sep 17 00:00:00 2001 From: WangLin305 Date: Tue, 25 Mar 2025 14:17:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= 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 9965312..df8005c 100644 --- a/README.en.md +++ b/README.en.md @@ -30,6 +30,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. 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. diff --git a/README.md b/README.md index 2a6440d..dde7029 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ ## 约束与限制 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及以上。 -- Gitee From 3e59046a3d2896d6cbfedc5567f6f43f4ad83e31 Mon Sep 17 00:00:00 2001 From: WangLin305 Date: Tue, 25 Mar 2025 14:27:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dde7029..4042127 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 文件管理 +# 实现文件管理功能 ## 简介 -实现文件管理相关的操作,包括应用文件保存与读取,用户文件图片读取,txt文档读取保存操作。便于用户根据codelab学习如何操作文件管理。 +本示例通过Core File kit实现文件管理相关的操作,包括应用文件保存与读取,用户文件图片读取,txt文档读取保存操作。帮助开发者应对多种文件处理场景。 ![](screenshots/device/file.gif) -- Gitee