diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 2c48a38b4713a4a2d132ab4d7ce213b52084be86..3e3402edc5cd01e24d50340a6411b5b65d6fdbdd 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 5fdfabeac6340f8bb1d75ee939aaed013f623591..0143cfea26d668056058691faafd0a21b14dab31 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.