From b5d4efb292805331a6d06165c594c8a34f4e30a2 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 9 Aug 2025 22:37:36 +0800 Subject: [PATCH] fix: missing set security patch option in beakthoven's fork latest version of beakthoven's TS fork has removed other author from module.prop and causing unsupported version. --- module/webui/scripts/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/webui/scripts/main.js b/module/webui/scripts/main.js index a659a95..a003c25 100644 --- a/module/webui/scripts/main.js +++ b/module/webui/scripts/main.js @@ -68,7 +68,7 @@ function checkTrickyStoreVersion() { const securityPatchElement = document.getElementById('security-patch'); exec(` TS_version=$(grep "versionCode=" "/data/adb/modules/tricky_store/module.prop" | cut -d'=' -f2) - if grep -q "James" "/data/adb/modules/tricky_store/module.prop"; then + if grep -qE "James|beakthoven" "/data/adb/modules/tricky_store/module.prop"; then echo 0 elif [ "$TS_version" -ge 158 ]; then echo 0 @@ -123,7 +123,7 @@ export function linkRedirect(link) { .then(({ errno }) => { if (errno !== 0) toast("Failed to open link"); }); - },100); + }, 100); } // Save configure and preserve ! and ? in target.txt