From 1f0199d41a7b11199e67bf464c3d4b103cebabda Mon Sep 17 00:00:00 2001 From: yu-shihao4 Date: Wed, 17 Aug 2022 10:22:13 +0800 Subject: [PATCH] modify format Signed-off-by: yu-shihao4 --- .../reference/arkui-ts/ts-basic-components-web.md | 7 +++++-- 1 file changed, 5 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 be5c2c6a62..885531b41f 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 @@ -1233,17 +1233,20 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo 长按特定元素(例如图片,链接),跳出菜单。 **参数:** + | 参数名 | 参数类型 | 参数描述 | | ------- | ------------------------------------ | ---------------- | | param | [WebContextMenuParam](#webcontextmenuparam9) | 菜单相关参数。 | | result | [WebContextMenuResult](#webcontextmenuresult9) | 菜单相应事件传入内核。 | -**返回值:** +**返回值:** + | 类型 | 说明 | | ------ | -------------------- | | boolean | 自定义菜单返回true,默认菜单返回false。 | **示例:** + ```ts // xxx.ets @Entry @@ -1760,7 +1763,7 @@ getLinkUrl(): string getUnfilterendLinkUrl(): string -获取linkurl链接。 +获取链接地址。 **返回值:** -- GitLab