diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d023cce93bd252c609d1bbf78bed5376f0d0c2..4e4218698419af13d3d0f372667065744c0ca9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ ## 0.0.1-SNAPSHOT ohos 第一个版本 -* 实现了原库全部功能 +* 实现了原库主功能 diff --git a/README.md b/README.md index cdc8fc7df16a8d26b4a8d447319d2a4836dac6f6..53be3443da7fe12a6c491c14e7de20345deb0c69 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### 项目介绍 -- 项目 名称:GuideView +- 项目名称:GuideView - 所属系列:openharmony的第三方组件适配移植 - 功能:本系统能够快速的为一个Ability里的任何一个Component控件创建一个遮罩式的导航页,并且可以再高亮区域绘制任何你想要的布局或者lottie动画等炫酷效果 - 项目移植状态:主功能移植无差异 @@ -17,7 +17,6 @@ 1.在项目根目录下的build.gradle文件中, ``` - allprojects { repositories { maven { @@ -107,6 +106,7 @@ CloudTest代码测试无异常 火绒安全病毒安全检测通过 +当前版本demo功能与原组件基本无差异 ``` ## 版本迭代 @@ -115,19 +115,19 @@ CloudTest代码测试无异常 ## 版权和许可信息 ``` - - Apache Licence - Copyright 2016 binIoter +- Apache Licence +Copyright 2016 binIoter - 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 + 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 + 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. + 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. ```