diff --git a/components/LuckyPopup/LuckyPopup.vue b/components/LuckyPopup/LuckyPopup.vue index 453c5a3..cb431bf 100644 --- a/components/LuckyPopup/LuckyPopup.vue +++ b/components/LuckyPopup/LuckyPopup.vue @@ -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) {