From 0ac8842b11c6dc88771233b0dc7ea4d37b27a41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Wed, 21 Jul 2021 09:37:57 +0000 Subject: [PATCH 1/2] update Readme.md. --- Readme.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index d34e276..ca8b22c 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ - 功能:从设备存储中选择文件/目录。 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk6,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Release v8.0.19 #### 效果演示 @@ -75,13 +75,6 @@ dialog.setDialogSelectionListener((files) -> { }); ``` -#### 相关说明 -- defaultValue, error_dir, root_dir,offset_dir必须具有有效的目录/文件路径。 -- defaultValue 路径应以“:”结尾。 -- defaultValue 可以有几个路径,“几个路径之间应该有”。 -- extensions 不能有'.'。 -- extensions应该以':'结尾,两个扩展名之间也有':'。例如。/sdcard:/mnt: - #### 测试信息 CodeCheck代码测试无异常 -- Gitee From 69532cbbd65282886b0e67f282e92ac35e5645eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Wed, 21 Jul 2021 09:38:25 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20Readme.md=20?= =?UTF-8?q?=E4=B8=BA=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Readme.md => README.md (100%) diff --git a/Readme.md b/README.md similarity index 100% rename from Readme.md rename to README.md -- Gitee