From 9e6039f5c9e979dd2732deb7a1e07d09042c12b2 Mon Sep 17 00:00:00 2001 From: zzs110 Date: Mon, 10 Apr 2023 19:45:20 +0800 Subject: [PATCH] =?UTF-8?q?off=E6=8E=A5=E5=8F=A3=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzs110 --- .../application-dev/reference/apis/js-apis-pasteboard.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 64bf82977f..b976f8d54a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md +++ b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md @@ -1192,10 +1192,10 @@ off(type: 'update', callback?: () =>void ): void **参数:** -| 参数名 | 类型 | 必填 | 说明 | -| -------- | -------- | -------- | -------- | -| type | string | 是 | 取值为'update',表示系统剪贴板内容变化事件。 | -| callback | function | 否 | 剪贴板中内容变化时触发的用户程序的回调。 如果此参数未填, 表明清除本应用的所有监听回调, 否则表示清除指定监听回调。 | +| 参数名 | 类型 | 必填 | 说明 | +| -------- | -------- | -------- |-----------------------------------------------------------| +| type | string | 是 | 取值为'update',表示系统剪贴板内容变化事件。 | +| callback | function | 否 | 剪贴板中内容变化时触发的用户程序的回调。 如果此参数未填,表明清除本应用的所有监听回调,否则表示清除指定监听回调。 | **示例:** -- GitLab