From d7087b167fc97d0779523a0c78fbaf1b33cb63fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=93=E7=A8=8B?= <1019678117@qq.con> Date: Wed, 30 Jun 2021 10:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- README.md | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 2c48a38..3e3402e 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -8,7 +8,7 @@ "License File": "LICENSE", - "Version Number": "master", + "Version Number": "1.0.1", "Upstream URL": "https://github.com/tyrantgit/ExplosionField", diff --git a/README.md b/README.md index 5fdfabe..0143cfe 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # ExplosionField -#### 项目介绍 +## 项目介绍 - 项目名称:ExplosionField - 所属系列:openharmony的第三方组件适配移植 - 功能:自定义的一个炫酷爆炸性粉尘效果的动画视图 - 项目移植状态:主功能完成 - 调用差异:无 - 开发版本:sdk6,DevEco Studio2.2 Beta1 -- 基线版本:master -#### 效果演示 +- 基线版本:1.0.1 +## 效果演示 -#### 安装教程 +## 安装教程 1.在项目根目录下的build.gradle文件中, ``` @@ -35,7 +35,7 @@ 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 -#### 使用说明 +## 使用说明 ```java private ExplosionField mExplosionField; @@ -45,7 +45,7 @@ private ExplosionField mExplosionField; ``` -#### 测试信息 +## 测试信息 CodeCheck代码测试无异常 @@ -56,22 +56,22 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 -#### 版本迭代 +## 版本迭代 -0.0.2-SNAPSHOT +- 0.0.2-SNAPSHOT -#### License +## 版本和许可信息 -Copyright 2015 tyrantgit - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Copyright 2015 tyrantgit + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -- Gitee