更换图片
This commit is contained in:
@@ -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-12-04/dep4rqoc0svyrzcakv.jpg"
|
||||
"https://static.shelingxingqiu.com/attachment/2025-12-04/dep7lfqhpelmerjle4.png"
|
||||
);
|
||||
const qrcodeImg = await loadCanvasImage(canvas, qrcodeSrc);
|
||||
ctx.drawImage(qrcodeImg, 40, hasPoint ? 715 : 358, 68, 68);
|
||||
|
||||
Reference in New Issue
Block a user