From 835b442a8edab20388695438caf3bb375f009968 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Sat, 26 Mar 2022 18:49:03 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-pasteboard.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md index f1ee3c0fc2..6ab245ab6d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md +++ b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md @@ -167,7 +167,7 @@ createHtmlTextRecord(htmlText:string): PasteDataRecord **参数** | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| htmlText | string | 是 | 文本内容。 | +| htmlText | string | 是 | HTML内容。 | **返回值** | 类型 | 说明 | diff --git a/zh-cn/application-dev/reference/apis/js-apis-request.md b/zh-cn/application-dev/reference/apis/js-apis-request.md index cb0579c3a9..8d7ed2246a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-request.md +++ b/zh-cn/application-dev/reference/apis/js-apis-request.md @@ -1,4 +1,4 @@ -# e上传下载 +# 上传下载 > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** -- GitLab