feat: blacklist

This commit is contained in:
AIsouler
2024-04-13 10:32:53 +08:00
parent 2117ddd98a
commit a9b0f486d3

View File

@@ -168,6 +168,7 @@ export const yongBlackListAppIDs = new Set([
...blackListAppIDs,
'xxx.pornhub.fuck', // JavDB
'com.netease.cloudmusic', // 网易云音乐 全局规则在 https://i.gkd.li/i/14931708 误触
'com.zhihu.android', // 知乎 全局规则在 https://i.gkd.li/i/14964990 误触
...filterAppsByGroup(apps, '青少年模式'),
]);