fix: 全局规则误触

This commit is contained in:
AIsouler
2024-06-04 09:18:53 +08:00
parent 903d13ae89
commit a06fb3c85c
2 changed files with 2 additions and 1 deletions

View File

@@ -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',

View File

@@ -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]