压线精度调整

This commit is contained in:
kron
2025-12-04 14:11:56 +08:00
parent fa394bdd87
commit b33f5263f6
3 changed files with 44 additions and 41 deletions

View File

@@ -423,7 +423,7 @@ export const generateShareImage = async (canvasId, data) => {
drawLine(ctx, 15, ringBarHeight - 15, 362, ringBarHeight - 15, "#333");
const qrcodeSrc = await loadImage(
"https://static.shelingxingqiu.com/attachment/2025-11-13/de7fzgghsfgqu0ytu6.png"
"https://static.shelingxingqiu.com/attachment/2025-12-04/dep4rqoc0svyrzcakv.jpg"
);
const qrcodeImg = await loadCanvasImage(canvas, qrcodeSrc);
ctx.drawImage(qrcodeImg, 40, hasPoint ? 715 : 358, 68, 68);