Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat: 更新全局规则禁用名单
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 11, 2024
1 parent e56d12c commit 1ab222a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globalGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function filterAppsByGroup(apps: any[], groupNamePrefix: string): string[] {
// 设置单独禁用
const uniqueAppIdsAD = new Set([
...diabledAppIds,
'com.taptap', // TapTap
...filterAppsByGroup(apps, '开屏广告'),
]);
const uniqueAppIdsUP = new Set([
Expand Down

0 comments on commit 1ab222a

Please sign in to comment.