update app_modules.js

This commit is contained in:
naielv
2025-08-11 22:21:43 +02:00
parent 505f591839
commit 310696a4c6

View File

@@ -990,7 +990,7 @@ function TS_IndexElement(
});
}
function BuildQR(mid) {
var svg = QRCode(mid);
var svg = QRCode(mid).outerHTML;
return `<span style="display: inline-block; height: 300px; width: 300px;">${svg}</span>`
}