mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
💄 调整放缩比
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user