|
@@ -158,7 +158,7 @@ const createPoster = async () => {
|
|
|
|
|
|
context.font = 'bold 16px Arial'
|
|
|
context.fillStyle = '#10325d'
|
|
|
- const text = '诚挚邀约 共享机遇'
|
|
|
+ const text = '扫码投递'
|
|
|
const textWidth = context.measureText(text).width
|
|
|
const textX = qrCodeX + (qrCodeWidth - textWidth) / 2
|
|
|
const textY = qrCodeY + qrCodeHeight + 30
|