diff --git a/webroot.zip b/webroot.zip new file mode 100644 index 0000000..c504b6f Binary files /dev/null and b/webroot.zip differ diff --git a/webroot/js/main.js b/webroot/js/main.js index b7c90d1..33ed3ea 100644 --- a/webroot/js/main.js +++ b/webroot/js/main.js @@ -111,7 +111,7 @@ import { setNewLanguage, getTranslations } from './language.js' const modules = findModulesCmd.stdout.split('\n') if (modules.length === 0) return; - + for (const module of modules) { const lsZygiskCmd = await exec(`ls ${module}/zygisk`) if (lsZygiskCmd.errno !== 0) { @@ -133,11 +133,11 @@ import { setNewLanguage, getTranslations } from './language.js' const name = lines.find(line => line.includes('name=')).split('=')[1] modules_list.innerHTML += - `
-
${name}
-
-
${translations.page.modules.arch}
-
${bitsUsed.join(' / ')}
+ `
+
${name}
+
+
${translations.page.modules.arch}
+
${bitsUsed.join(' / ')}
` } else {