mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: applist
This commit is contained in:
@@ -58,6 +58,8 @@ export const blackListAppIDs: string[] = [
|
||||
'app.mihon', // Mihon
|
||||
'com.rosan.installer.x', // installerX
|
||||
'app.rikka.savecopy', // 保存副本
|
||||
'com.rosan.dhizuku', // Dhizuku
|
||||
'com.rosan.accounts', // Accounts
|
||||
|
||||
// 系统自带非系统应用
|
||||
// 小米
|
||||
@@ -125,6 +127,9 @@ 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]);
|
||||
|
||||
Reference in New Issue
Block a user