From b315bcbdb1eded64299f745bf6aa3042e53030ef Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Fri, 6 Dec 2024 11:02:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Readme=E7=AE=80=E4=BB=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- entry/src/main/resources/zh_CN/element/string.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e63cf11..6c65efb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Native侧的文件读写 +# 实现Native侧的文件读写 ### 介绍 -本示例展示了Native侧的文件读取和写入。该示例可以帮助开发者学习在Native侧如何精准获取ArkTS侧传入的字符串长度,并掌握如何在Native侧对文件进行读写。 +本实例展示了如何在Native侧对文件进行读写,ArkTS侧的数据可以传到Native侧进行文件写入,Native侧读取的文件数据可以返回给ArkTS侧。该示例可以帮助开发者学习在Native侧如何精准获取ArkTS侧传入的字符串长度,并掌握如何在Native侧对文件进行读写。 ### 效果预览 diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index f12d026..2859334 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -10,11 +10,11 @@ }, { "name": "EntryAbility_label", - "value": "Native侧的文件读写" + "value": "实现Native侧的文件读写" }, { "name": "title", - "value": "Native侧的文件读写" + "value": "实现Native侧的文件读写" }, { "name": "write_data", -- Gitee From cc1914b91e134a82413eba968ffebf360af3ec6a Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Fri, 6 Dec 2024 11:03:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Readme=E7=AE=80=E4=BB=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c65efb..d873d3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### 介绍 -本实例展示了如何在Native侧对文件进行读写,ArkTS侧的数据可以传到Native侧进行文件写入,Native侧读取的文件数据可以返回给ArkTS侧。该示例可以帮助开发者学习在Native侧如何精准获取ArkTS侧传入的字符串长度,并掌握如何在Native侧对文件进行读写。 +本示例展示了如何在Native侧对文件进行读写,ArkTS侧的数据可以传到Native侧进行文件写入,Native侧读取的文件数据可以返回给ArkTS侧。该示例可以帮助开发者学习在Native侧如何精准获取ArkTS侧传入的字符串长度,并掌握如何在Native侧对文件进行读写。 ### 效果预览 -- Gitee