From a39f5e532e2ff1b47a0eba386376d7165d63a533 Mon Sep 17 00:00:00 2001 From: lixiang Date: Wed, 8 Mar 2023 10:15:10 +0800 Subject: [PATCH] fixed 1ef4436 from https://gitee.com/li-xiang335/docs/pulls/15630 Increase the relationship between two web docs Signed-off-by: lixiang --- zh-cn/application-dev/reference/apis/js-apis-webview.md | 2 +- .../reference/arkui-ts/ts-basic-components-web.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webview.md b/zh-cn/application-dev/reference/apis/js-apis-webview.md index f7cb459840..7fb4883b99 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webview.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md @@ -2,7 +2,7 @@ # @ohos.web.webview (Webview) -提供web控制能力。 +@ohos.web.webview提供web控制能力,[web](../arkui-ts/ts-basic-components-web.md)组件提供具有网页显示能力。 > **说明:** > diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index c0d0ba97f0..8a8a498c53 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -1,6 +1,6 @@ # Web -提供具有网页显示能力的Web组件。 +提供具有网页显示能力的Web组件,[@ohos.web.webview](../apis/js-apis-webview.md)提供web控制能力。 > **说明:** > -- GitLab