diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a7a23234a47a045228c5ccae0774d7c172ea52..557ee884a22ddf9a9805152ea1a3099e9af0d627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ohos第一个版本 -* 实现了原库基本功能 +* 实现了原库的大部分api * 因系统本身不具备此特性,TextField密码掩码为* diff --git a/README.md b/README.md index 54e62697316d3344cee99f5c27ea523a55330cbc..39b77a4ee10e81ca6505ea6067a801699c0c3816 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,10 @@ CloudTest代码测试无异常 #### 版权和许可信息 ```txt -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 +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. +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. ```