From b2843dbf13216ab7531ffbefc2ccabc50155a35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Fri, 26 Jul 2024 22:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=88=86=E4=BA=AB=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=AE=BE=E4=B8=BA=E9=80=8F=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/TGClient.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/TGClient.ts b/src/utils/TGClient.ts index cb9ce9b3..1530e6b1 100644 --- a/src/utils/TGClient.ts +++ b/src/utils/TGClient.ts @@ -813,7 +813,7 @@ class TGClient { /** * @func share - * @since Beta v0.5.0 + * @since Beta v0.5.1 * @desc 分享 * @param {TGApp.Plugins.JSBridge.Arg} arg - 方法参数 * @returns {Promise} - 无返回值 @@ -858,7 +858,7 @@ class TGClient { var scale = 1.5; var option = { debug: true, - backgroundColor: "white", + backgroundColor: "transparent", height: shareDom.scrollHeight * scale, width: shareDom.scrollWidth * scale, style: {