fix: lucky page
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user