feat:applist

This commit is contained in:
AIsouler
2024-03-22 15:07:34 +08:00
parent c3ffb5affe
commit 88e135852e

View File

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