fix: 美团误触

This commit is contained in:
AIsouler
2024-11-20 19:15:22 +08:00
parent 59f848f22a
commit e195a57e64

View File

@@ -254,6 +254,7 @@ function filterAppsByGroup(apps: RawApp[], groupNamePrefix: string): string[] {
export const openAdBlackListAppIDs = new Set([
...blackListAppIDs,
'com.taptap', // TapTap
'com.sankuai.meituan', // 美团 误触 https://i.gkd.li/i/17827264
...filterAppsByGroup(apps, '开屏广告'),
]);