💄 调整放缩比

This commit is contained in:
目棃
2024-09-07 14:10:18 +08:00
parent 2ebc3fce09
commit 0170503873

View File

@@ -170,7 +170,7 @@ async function listenSub(): Promise<UnlistenFn> {
async function share(): Promise<void> {
const replyDom = document.getElementById(replyId);
if (replyDom === null) return;
await generateShareImg(replyId, replyDom);
await generateShareImg(replyId, replyDom, 3);
}
function getFullTime(): string {