From 512ec3b9cb1d20bf0b813d256695408607dc4441 Mon Sep 17 00:00:00 2001 From: yu-shihao4 Date: Wed, 17 Aug 2022 10:26:35 +0800 Subject: [PATCH] modify format Signed-off-by: yu-shihao4 --- .../reference/arkui-ts/ts-basic-components-web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 885531b41f..deefb7c878 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 @@ -1246,7 +1246,7 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo | boolean | 自定义菜单返回true,默认菜单返回false。 | **示例:** - + ```ts // xxx.ets @Entry @@ -1751,7 +1751,7 @@ y(): number getLinkUrl(): string -获取linkurl链接。 +获取链接地址。 **返回值:** -- GitLab