feat: applist

This commit is contained in:
AIsouler
2025-01-21 23:07:35 +08:00
parent c06f6f54bd
commit 8883842a17

View File

@@ -263,6 +263,7 @@ export const openAdBlackListAppIDs = new Set([
export const updateBlackListAppIDs = new Set([ export const updateBlackListAppIDs = new Set([
...blackListAppIDs, ...blackListAppIDs,
'info.muge.appshare', // AppShare 'info.muge.appshare', // AppShare
'com.jingdong.app.mall', // 京东
...filterAppsByGroup(apps, '更新提示'), ...filterAppsByGroup(apps, '更新提示'),
]); ]);