mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat: applist
This commit is contained in:
@@ -286,6 +286,16 @@ export const openAdBlackListAppIDs = new Set([
|
|||||||
// 更新提示黑名单
|
// 更新提示黑名单
|
||||||
export const updateBlackListAppIDs = new Set([
|
export const updateBlackListAppIDs = new Set([
|
||||||
...blackListAppIDs,
|
...blackListAppIDs,
|
||||||
|
|
||||||
|
// 全局规则默认不匹配系统应用,但有的用户喜欢无脑开启规则,容易造成误触,故在此手动禁用
|
||||||
|
'com.miui.packageinstaller', // 应用包管理组件
|
||||||
|
'com.android.packageinstaller', // 软件包安装程序
|
||||||
|
'com.google.android.packageinstaller', // 软件包安装程序
|
||||||
|
'com.oplus.appdetail', // 应用安装器
|
||||||
|
'com.samsung.android.packageinstaller', // 软件包安装程序
|
||||||
|
|
||||||
|
//-----------------------------------------------------
|
||||||
|
|
||||||
'info.muge.appshare', // AppShare
|
'info.muge.appshare', // AppShare
|
||||||
'com.jingdong.app.mall', // 京东
|
'com.jingdong.app.mall', // 京东
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user