From 6a0269bbb3f437364fc12fb9b871b410c6843f87 Mon Sep 17 00:00:00 2001
From: 17351781990 <827990754@qq.com>
Date: Fri, 6 Aug 2021 18:16:33 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?=
=?UTF-8?q?=E5=AE=B9=E3=80=91=EF=BC=9A=E4=BF=AE=E6=94=B9readme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 +++++-----
ohos/CHANGELOG.md | 3 +++
ohos/README.md | 6 +++---
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 51fc2eb..c42e129 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ZWebView
+# ZWebView
## 项目介绍
项目名称:ZWebView
@@ -16,7 +16,7 @@
开发版本:sdk6,DevEco Studio 2.2 Beta1
## 效果演示
-
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
@@ -24,7 +24,7 @@
allprojects {
repositories {
maven {
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
@@ -33,7 +33,7 @@ allprojects {
2.在entry模块的build.gradle文件中,
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:zwebview:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:zwebview:1.0.0')
......
}
```
@@ -270,7 +270,7 @@ CloudTest代码测试无异常
当前版本demo功能与原组件基本无差异
## 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
## 版权和许可信息
```
diff --git a/ohos/CHANGELOG.md b/ohos/CHANGELOG.md
index d0accf4..6e59e1f 100644
--- a/ohos/CHANGELOG.md
+++ b/ohos/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 1.0.0
+* 正式版发布
+
## 0.0.2-SNAPSHOT
ohos 第二个版本
diff --git a/ohos/README.md b/ohos/README.md
index e2efdd0..c42e129 100644
--- a/ohos/README.md
+++ b/ohos/README.md
@@ -24,7 +24,7 @@
allprojects {
repositories {
maven {
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
@@ -33,7 +33,7 @@ allprojects {
2.在entry模块的build.gradle文件中,
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:zwebview:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:zwebview:1.0.0')
......
}
```
@@ -270,7 +270,7 @@ CloudTest代码测试无异常
当前版本demo功能与原组件基本无差异
## 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
## 版权和许可信息
```
--
Gitee
From 5a94f7f588ce5481381bcf5fba50fd5c7651f736 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BC=8F=E9=9B=84?=
Date: Fri, 6 Aug 2021 10:19:12 +0000
Subject: [PATCH 2/3] update README.md.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c42e129..32056b7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
开发版本:sdk6,DevEco Studio 2.2 Beta1
## 效果演示
-
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
--
Gitee
From a65835803fb830894a2db8684d256c52de660566 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BC=8F=E9=9B=84?=
Date: Fri, 6 Aug 2021 10:20:19 +0000
Subject: [PATCH 3/3] update ohos/README.md.
---
ohos/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ohos/README.md b/ohos/README.md
index c42e129..32056b7 100644
--- a/ohos/README.md
+++ b/ohos/README.md
@@ -16,7 +16,7 @@
开发版本:sdk6,DevEco Studio 2.2 Beta1
## 效果演示
-
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
--
Gitee