feat(JavDB): 通知提示(优化规则)

This commit is contained in:
AIsouler
2024-03-11 22:31:36 +08:00
parent bb97696f7e
commit 893a153c32
2 changed files with 12 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ const diabledAppIds: string[] = [
'app.eleven.com.fastfiletransfer', // 文件闪传
'com.idaodan.clean.master', // 雪豹速清
'com.samsung.agc.gcam84', // 相机
'xxx.pornhub.fuck', // JavDB
'com.wsw.cospa', // 异次元
'app.mihon', // Mihon
@@ -91,6 +90,7 @@ const uniqueAppIdsUP = new Set([
]);
const uniqueAppIdsYM = new Set([
...diabledAppIds,
'xxx.pornhub.fuck', // JavDB
...filterAppsByGroup(apps, '青少年模式'),
]);