mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
perf: 新增白名单
This commit is contained in:
@@ -3,16 +3,20 @@ import type { RawGlobalGroup } from './types';
|
|||||||
|
|
||||||
const diabledAppIds = [
|
const diabledAppIds = [
|
||||||
'com.android.systemui',
|
'com.android.systemui',
|
||||||
|
'com.android.settings',
|
||||||
|
|
||||||
|
// miui 锁屏应用
|
||||||
'com.miui.aod',
|
'com.miui.aod',
|
||||||
|
|
||||||
// 在桌面禁用
|
// 在桌面禁用
|
||||||
'com.miui.home',
|
'com.miui.home',
|
||||||
'com.android.launcher.Launcher',
|
'com.android.launcher',
|
||||||
'com.bbk.launcher2.Launcher',
|
'com.bbk.launcher2.Launcher',
|
||||||
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
|
|
||||||
// 在一些常见的应用中禁用
|
// 在一些常见的应用中禁用
|
||||||
'com.tencent.mm',
|
'com.tencent.mm',
|
||||||
|
'li.songe.gkd',
|
||||||
];
|
];
|
||||||
|
|
||||||
// 如果应用规则已有开屏广告一类的规则, 则在全局规则禁用此应用
|
// 如果应用规则已有开屏广告一类的规则, 则在全局规则禁用此应用
|
||||||
|
|||||||
Reference in New Issue
Block a user