From 8b810117c67dc778080088cc2ee5a4e92687dd3d Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Wed, 18 Aug 2021 10:11:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f013c6..091e039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ohos第一个版本 -* 实现了原库基本功能 +* 实现了原库大部分功能 部分效果未实现 diff --git a/README.md b/README.md index 8dc0267..43b2948 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,10 @@ CloudTest代码测试无异常 #### 版权和许可信息 -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. -- Gitee From d57bb43ae359d1868ec3cd644f8cbe250214dcd1 Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Wed, 18 Aug 2021 10:13:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ac1d7..557ee88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ohos第一个版本 -* 实现了原库大部分功能 +* 实现了原库的大部分api * 因系统本身不具备此特性,TextField密码掩码为* diff --git a/README.md b/README.md index 129b4d9..39b77a4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,11 @@ CloudTest代码测试无异常 #### 版权和许可信息 -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. +```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 +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