update app_modules.js

This commit is contained in:
naielv
2025-08-27 13:51:35 +02:00
parent 8a13e6e71b
commit 8406bd02c2

View File

@@ -988,7 +988,12 @@ function TS_IndexElement(
} }
function BuildQR(mid) { function BuildQR(mid) {
return toHtml(aztec(mid),[6,6]); return `
<span style="border: 2px dashed black; padding: 7px; display: inline-block; background: white; border-radius: 7px">
${toHtml(aztec(mid),[6,6])}
<br><br><b>Codigo Aztec</b>
</span>
`
} }
var PAGES = {}; var PAGES = {};