mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix: 全局规则误触
This commit is contained in:
@@ -75,6 +75,7 @@ export const blackListAppIDs: string[] = [
|
|||||||
'com.alicloud.databox', // 阿里云盘 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断
|
'com.alicloud.databox', // 阿里云盘 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断
|
||||||
'xyz.nextalone.nagram', // Nagram
|
'xyz.nextalone.nagram', // Nagram
|
||||||
'com.openai.chatgpt', // ChatGPT
|
'com.openai.chatgpt', // ChatGPT
|
||||||
|
'org.telegram.group', // Turrit
|
||||||
|
|
||||||
'com.canghai.haoka',
|
'com.canghai.haoka',
|
||||||
'com.xy.td',
|
'com.xy.td',
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default defineGkdGlobalGroups([
|
|||||||
key: 2,
|
key: 2,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[text=null] <<n [id="android:id/content"]',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
apps: [...appList.openAdBlackListAppIDs]
|
apps: [...appList.openAdBlackListAppIDs]
|
||||||
|
|||||||
Reference in New Issue
Block a user