feat: app list (#794)

This commit is contained in:
DeepChirp
2025-03-31 19:49:03 +08:00
committed by GitHub
parent e28ba4803e
commit 0bd343fe0f

View File

@@ -131,6 +131,15 @@ export const blackListAppIDs: string[] = [
'cn.tinyhai.ban_uninstall', // 禁止卸载 'cn.tinyhai.ban_uninstall', // 禁止卸载
'cc.aoeiuv020.iamnotdisabled.hook', // 非残! 'cc.aoeiuv020.iamnotdisabled.hook', // 非残!
'cc.aoeiuv020.iamnotdisabled', // 我残? 'cc.aoeiuv020.iamnotdisabled', // 我残?
'io.github.jqssun.gpssetter', // GPS Setter
'me.hoshino.novpndetect', // NoVPNDetect
'com.xchat', // XChat
'com.kooritea.fcmfix', // fcmfix
'nep.timeline.re_telegram', // Re:Telegram
'com.fankes.tsbattery', // TSBattery
'top.trangle.mbga', // MBGA
'cc.microblock.TGStickerProvider', // TGStickerProvider
'xyz.xfqlittlefan.notdeveloper', // 我不是开发者
'com.canghai.haoka', 'com.canghai.haoka',
'com.xy.td', 'com.xy.td',
@@ -159,6 +168,7 @@ export const blackListAppIDs: string[] = [
'com.nurke.perfectone', 'com.nurke.perfectone',
'qlenlen.OneDesign', 'qlenlen.OneDesign',
'icu.nullptr.nativetest', 'icu.nullptr.nativetest',
'icu.nullptr.applistdetector',
'io.github.vvb2060.mahoshojo', 'io.github.vvb2060.mahoshojo',
'com.samsung.android.memoryguardian', 'com.samsung.android.memoryguardian',
'com.music.khkj', 'com.music.khkj',
@@ -244,6 +254,8 @@ export const blackListAppIDs: string[] = [
'com.mmbox.xbrowser', // X浏览器 'com.mmbox.xbrowser', // X浏览器
'com.mmbox.xbrowser.pro', // X浏览器Google Play版 'com.mmbox.xbrowser.pro', // X浏览器Google Play版
'com.mycompany.app.soulbrowser', // soul浏览器 'com.mycompany.app.soulbrowser', // soul浏览器
'com.google.android.contactkeys', // Android System Key Verifier
]; ];
// 如果某应用的规则中已有全局规则中的某一类的规则, 则在此应用禁用对应全局规则 // 如果某应用的规则中已有全局规则中的某一类的规则, 则在此应用禁用对应全局规则