From 0d6dcc34ca40e9202a1a2efafff769b33651c687 Mon Sep 17 00:00:00 2001 From: panda Date: Sun, 1 Aug 2021 02:52:41 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/system/clipboard.md.=20h5?= =?UTF-8?q?=E7=9A=84=E4=B8=8D=E6=94=AF=E6=8C=81=E4=B8=BA=E5=95=A5=E8=A6=81?= =?UTF-8?q?=E5=8B=BE=E4=B8=8A=EF=BC=9F=20=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=9Achunk-vendors.js:98=20[system]=20API=20`setCl?= =?UTF-8?q?ipboardData`=20is=20not=20yet=20implemented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/system/clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system/clipboard.md b/docs/api/system/clipboard.md index f5c81d5fb3..f5ca0509ab 100644 --- a/docs/api/system/clipboard.md +++ b/docs/api/system/clipboard.md @@ -2,7 +2,7 @@ |App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|√|√| +|√|x|√|√|√|√|√| ### uni.setClipboardData(OBJECT) 设置系统剪贴板的内容。 -- Gitee