This commit is contained in:
yumoqing 2026-02-24 19:43:16 +08:00
parent 303c70e5ca
commit 61a5b88c64

13
wwwroot/qr_scan.ui Normal file
View File

@ -0,0 +1,13 @@
{
"widgettype": "QRCodeSCan",
"options": {},
"binds": [
"wid": "self",
"event": "recognized",
"actiontype": "urlwidget",
"target": "root.page_center",
"options": {
"url": "$text"
}
]
}