mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-14 20:53:20 +08:00
🚸 首页活动组件(用户)分享图生成
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file utils/TGShare.ts
|
||||
* @description 生成分享截图并保存到本地
|
||||
* @since Beta v0.8.2
|
||||
* @since Beta v0.8.3
|
||||
*/
|
||||
|
||||
import showSnackbar from "@comp/func/snackbar.js";
|
||||
@@ -86,7 +86,7 @@ function getShareImgBgColor(): string {
|
||||
|
||||
/**
|
||||
* @description 生成分享截图
|
||||
* @since Beta v0.8.2
|
||||
* @since Beta v0.8.3
|
||||
* @param {string} fileName - 文件名
|
||||
* @param {HTMLElement} element - 元素
|
||||
* @param {number} scale - 缩放比例
|
||||
@@ -114,7 +114,7 @@ export async function generateShareImg(
|
||||
height,
|
||||
useCORS: true,
|
||||
canvas,
|
||||
x: -10,
|
||||
x: -15,
|
||||
y: -15,
|
||||
dpi: 350,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user