💄 分享色背景设为透明

This commit is contained in:
目棃
2024-07-26 22:55:44 +08:00
parent 672fa2e536
commit b2843dbf13

View File

@@ -813,7 +813,7 @@ class TGClient {
/**
* @func share
* @since Beta v0.5.0
* @since Beta v0.5.1
* @desc 分享
* @param {TGApp.Plugins.JSBridge.Arg<TGApp.Plugins.JSBridge.SharePayload>} arg - 方法参数
* @returns {Promise<void>} - 无返回值
@@ -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: {