feat: applist

This commit is contained in:
AIsouler
2024-03-28 09:03:56 +08:00
parent 3128f14d3a
commit 9db3600d24

View File

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