update app_modules.js

This commit is contained in:
naielv
2025-08-27 13:49:13 +02:00
parent 34b27b15ba
commit 8a13e6e71b

View File

@@ -988,7 +988,7 @@ function TS_IndexElement(
}
function BuildQR(mid) {
return toHtml(aztec(mid),[2,2]);
return toHtml(aztec(mid),[6,6]);
}
var PAGES = {};