From cdeacae5bca7a8e89a5141d09ced9d328b73fa53 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Thu, 22 May 2025 01:12:58 +0800 Subject: [PATCH] misc: remove default apps that added forcefully --- module/webui/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/webui/scripts/main.js b/module/webui/scripts/main.js index 0b63af6..61eb1a6 100644 --- a/module/webui/scripts/main.js +++ b/module/webui/scripts/main.js @@ -19,7 +19,7 @@ const floatingBtn = document.querySelector('.floating-btn'); export let basePath; export const appsWithExclamation = []; export const appsWithQuestion = []; -const ADDITIONAL_APPS = [ "android", "com.google.android.gms", "io.github.vvb2060.keyattestation", "io.github.vvb2060.mahoshojo", "icu.nullptr.nativetest" ]; // Always keep default apps in target.txt +const ADDITIONAL_APPS = []; // Deprecated // Variables let e = 0;