From 77a2cf4ec48244d4f40e7c6666acfce9bc648864 Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Tue, 25 May 2021 15:56:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9changeLog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cfa2c..c783f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,2 @@ -## 0.0.2-SNAPSHOT -* optimization: Optimize code ## 0.0.1-SNAPSHOT -* refactor: For module library to openharmony \ No newline at end of file +* ohos第一个版本,完全实现了原库的所有api \ No newline at end of file -- Gitee From e72c991d7ee387625bb9d975595da76cd678df48 Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Tue, 25 May 2021 15:58:23 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= 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 c6e2036..d977adb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:Pinview:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:Pinview:0.0.1-SNAPSHOT') ...... } ``` @@ -87,7 +87,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 0.0.1-SNAPSHOT #### 版权和许可信息 - ``` -- Gitee From b99929257b05e2866353b954f29c8ee349aca00c Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Tue, 25 May 2021 16:11:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20LICENSE.txt?= =?UTF-8?q?=20=E4=B8=BA=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE -- Gitee