fix: lucky page

This commit is contained in:
zzc
2026-02-28 19:01:53 +08:00
parent dc2be76648
commit bc1b95210a

View File

@@ -490,13 +490,13 @@ const onSaveImage = async () => {
// 底部左侧文字
ctx.textAlign = "left";
ctx.font = "bold 32px sans-serif";
ctx.font = "28px sans-serif";
ctx.fillStyle = "#333333";
ctx.fillText("扫码开启今日好运", 40, footerY + 60);
ctx.font = "normal 20px sans-serif";
ctx.fillStyle = "#999999";
ctx.fillText("2026 CNY SPECIAL · 新春助手", 40, footerY + 100);
ctx.fillText("2026 LUCKY EVERY DAY · 幸运每一天", 40, footerY + 100);
// 底部右侧二维码
if (qrCodeImg) {