From eb26b179a30dd654b37e8ccc6c33493e3b70264d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Feb 2026 13:36:59 +0800 Subject: [PATCH] bugfix --- wwwroot/generate_qr.dspy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/generate_qr.dspy b/wwwroot/generate_qr.dspy index 5bc6ee9..6e1b647 100644 --- a/wwwroot/generate_qr.dspy +++ b/wwwroot/generate_qr.dspy @@ -27,8 +27,8 @@ return { { "widgettype": "Image", "options": { - "width": "auto", - "height": "auto", + "width": "340px", + "height": "340px", "url": entire_url('/idfile') + f'?path={x.qr_webpath}' } }, {