mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 分享色背景设为透明
This commit is contained in:
@@ -813,7 +813,7 @@ class TGClient {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @func share
|
* @func share
|
||||||
* @since Beta v0.5.0
|
* @since Beta v0.5.1
|
||||||
* @desc 分享
|
* @desc 分享
|
||||||
* @param {TGApp.Plugins.JSBridge.Arg<TGApp.Plugins.JSBridge.SharePayload>} arg - 方法参数
|
* @param {TGApp.Plugins.JSBridge.Arg<TGApp.Plugins.JSBridge.SharePayload>} arg - 方法参数
|
||||||
* @returns {Promise<void>} - 无返回值
|
* @returns {Promise<void>} - 无返回值
|
||||||
@@ -858,7 +858,7 @@ class TGClient {
|
|||||||
var scale = 1.5;
|
var scale = 1.5;
|
||||||
var option = {
|
var option = {
|
||||||
debug: true,
|
debug: true,
|
||||||
backgroundColor: "white",
|
backgroundColor: "transparent",
|
||||||
height: shareDom.scrollHeight * scale,
|
height: shareDom.scrollHeight * scale,
|
||||||
width: shareDom.scrollWidth * scale,
|
width: shareDom.scrollWidth * scale,
|
||||||
style: {
|
style: {
|
||||||
|
|||||||
Reference in New Issue
Block a user