mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 更新全局规则禁用名单
This commit is contained in:
@@ -82,6 +82,7 @@ function filterAppsByGroup(apps: any[], groupNamePrefix: string): string[] {
|
|||||||
// 设置单独禁用
|
// 设置单独禁用
|
||||||
const uniqueAppIdsAD = new Set([
|
const uniqueAppIdsAD = new Set([
|
||||||
...diabledAppIds,
|
...diabledAppIds,
|
||||||
|
'com.taptap', // TapTap
|
||||||
...filterAppsByGroup(apps, '开屏广告'),
|
...filterAppsByGroup(apps, '开屏广告'),
|
||||||
]);
|
]);
|
||||||
const uniqueAppIdsUP = new Set([
|
const uniqueAppIdsUP = new Set([
|
||||||
|
|||||||
Reference in New Issue
Block a user