mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: applist (#359)
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineGkdApp({
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.com.MobileTicket.ui.activity.MainActivity',
|
||||
activityIds: 'com.MobileTicket.ui.activity.MainActivity',
|
||||
matches:
|
||||
'[text^="开启定位权限"] +2 [vid="fl_close"] > [vid="img_close"]',
|
||||
exampleUrls: 'https://e.gkd.li/95c8443e-babc-4d96-a3cd-00692c2acf30',
|
||||
|
||||
@@ -79,6 +79,9 @@ export const blackListAppIDs: string[] = [
|
||||
'org.telegram.group', // Turrit
|
||||
'com.android.chrome', // Chrome
|
||||
'org.mozilla.firefox', // Firefox
|
||||
'org.mozilla.firefox_beta', // Firefox Beta
|
||||
'org.mozilla.fenix', // Firefox Nightly
|
||||
'org.mozilla.focus', // Firefox Focus
|
||||
'com.google.android.youtube', // YouTube 开屏广告在 https://i.gkd.li/i/15765176 误触
|
||||
'com.xunmeng.pinduoduo', // 拼多多
|
||||
'com.byyoung.setting', //爱玩机工具箱
|
||||
@@ -174,6 +177,9 @@ export const blackListAppIDs: string[] = [
|
||||
'com.mfashiongallery.emag', // 小米画报
|
||||
'com.miui.thirdappassistant', // 三方应用异常分析
|
||||
|
||||
'com.xiaomi.wpslauncher', // WPS Office PC
|
||||
'com.xiaomi.cajlauncher', // CAJViewer PC
|
||||
|
||||
// 三星
|
||||
'com.samsung.android.app.cameraassistant',
|
||||
'com.samsung.android.app.galaxyraw',
|
||||
|
||||
Reference in New Issue
Block a user