mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
fix: 美团误触
This commit is contained in:
@@ -254,6 +254,7 @@ function filterAppsByGroup(apps: RawApp[], groupNamePrefix: string): string[] {
|
|||||||
export const openAdBlackListAppIDs = new Set([
|
export const openAdBlackListAppIDs = new Set([
|
||||||
...blackListAppIDs,
|
...blackListAppIDs,
|
||||||
'com.taptap', // TapTap
|
'com.taptap', // TapTap
|
||||||
|
'com.sankuai.meituan', // 美团 误触 https://i.gkd.li/i/17827264
|
||||||
...filterAppsByGroup(apps, '开屏广告'),
|
...filterAppsByGroup(apps, '开屏广告'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user