fixup error qrcode

This commit is contained in:
oiov
2025-05-06 19:44:41 +08:00
parent 92f8b6aa48
commit 150bb2af7c
+3 -3
View File
@@ -342,7 +342,7 @@ export function getQRData({
hideLogo,
logo,
margin,
size,
size = 600,
level,
}: {
url: string;
@@ -365,8 +365,8 @@ export function getQRData({
...(!hideLogo && {
imageSettings: {
src: logo || WRDO_QR_LOGO,
height: 256,
width: 256,
height: size / 4,
width: size / 4,
excavate: true,
},
}),