misc: remove default apps that added forcefully

This commit is contained in:
KOWX712
2025-05-22 01:12:58 +08:00
parent 56afd639a4
commit cdeacae5bc

View File

@@ -19,7 +19,7 @@ const floatingBtn = document.querySelector('.floating-btn');
export let basePath; export let basePath;
export const appsWithExclamation = []; export const appsWithExclamation = [];
export const appsWithQuestion = []; 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 // Variables
let e = 0; let e = 0;