This commit is contained in:
yixu
2025-09-15 16:51:19 +08:00
parent 4c8051e45c
commit c158f92829
4 changed files with 38 additions and 11 deletions

View File

@@ -193,8 +193,8 @@ const handleHaibao = async () => {
const haibaoSave = new Haibao(1080, 2160)
const qrcode = await generateQR(`fromid=${infos.invite_code}&merge_id=${infos.merge_id}`, 200, 200)
haibaoSave.add(url, 62, 350)
haibaoSave.add(bg, 0, 0)
haibaoSave.add(url, 64, 250)
haibaoSave.add(qrcode, 115, 1875)
haibaoSave.draw().then(() => {
haibaoSave.text(infos.nickname, haibaoSave.canvas.width / 2, 200, { font: 'bold 50px Arial', color: '#ffee6f' })