diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 56bd966a..1b912fb2 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -172,6 +172,7 @@ export const yongBlackListAppIDs = new Set([ 'xxx.pornhub.fuck', // JavDB 'com.netease.cloudmusic', // 网易云音乐 全局规则在 https://i.gkd.li/i/14931708 误触 'com.zhihu.android', // 知乎 全局规则在 https://i.gkd.li/i/14964990 误触 + 'com.luna.music', // 汽水音乐 全局规则在 https://i.gkd.li/i/15124801 误触 ...filterAppsByGroup(apps, '青少年模式'), ]);