feat: applist

This commit is contained in:
AIsouler
2024-03-21 22:02:07 +08:00
parent 30aed63fc6
commit b0eb636c24

View File

@@ -129,6 +129,7 @@ export const openAdWhiteListAppIDs = new Set([
'com.sec.android.app.samsungapps', // 三星应用商店 'com.sec.android.app.samsungapps', // 三星应用商店
'com.bbk.appstore', // vivo应用商店 'com.bbk.appstore', // vivo应用商店
'com.miui.systemAdSolution', // 小米智能服务 'com.miui.systemAdSolution', // 小米智能服务
'com.huawei.appmarket', // 华为应用市场
]); ]);
export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]); export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]);
export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]); export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);