From 935d1fc3ce0ad7a5e730cc3150b7b816556e66f9 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 19 Mar 2024 12:54:32 +0800 Subject: [PATCH] =?UTF-8?q?delete:=20=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globalDefaultApps.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index ed2957fe..a973111f 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -127,9 +127,6 @@ export const openAdWhiteListAppIDs = new Set([ 'com.sec.android.app.samsungapps', // 三星应用商店 'com.bbk.appstore', // vivo应用商店 'com.miui.systemAdSolution', // 小米智能服务 - 'com.xiaomi.aiasst.vision', // 小爱翻译(测试用) - 'com.android.vending', // Google Play商店(测试用) - 'com.miui.securitycenter', // 手机管家(测试用) ]); export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]); export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);