From 61a5b88c64994b54a9fc4ee986e7784354be922f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 24 Feb 2026 19:43:16 +0800 Subject: [PATCH] bugfix --- wwwroot/qr_scan.ui | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wwwroot/qr_scan.ui diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui new file mode 100644 index 0000000..fb4b011 --- /dev/null +++ b/wwwroot/qr_scan.ui @@ -0,0 +1,13 @@ +{ + "widgettype": "QRCodeSCan", + "options": {}, + "binds": [ + "wid": "self", + "event": "recognized", + "actiontype": "urlwidget", + "target": "root.page_center", + "options": { + "url": "$text" + } + ] +}