fix: 微信-朋友圈广告误触 #855

This commit is contained in:
AIsouler
2025-04-12 13:14:26 +08:00
parent 7b74dc5b96
commit 36feb1815d

View File

@@ -36,13 +36,14 @@ export default defineGkdApp({
}, },
anyMatches: [ anyMatches: [
'@LinearLayout >2 [text="广告"][visibleToUser=false]', '@LinearLayout >2 [text="广告"][visibleToUser=false]',
'RecyclerView >2 RelativeLayout >3 LinearLayout > LinearLayout > @LinearLayout[childCount=2] > LinearLayout[index=1][clickable=false][visibleToUser=false]', 'RecyclerView > FrameLayout[childCount=1] > RelativeLayout > FrameLayout > LinearLayout > LinearLayout > LinearLayout > @LinearLayout[childCount=2][getChild(0).getChild(0).text!=null] > LinearLayout[index=1][clickable=false][visibleToUser=false]',
], ],
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/14783802', 'https://i.gkd.li/i/14783802',
'https://i.gkd.li/i/15531539', 'https://i.gkd.li/i/15531539',
'https://i.gkd.li/i/19665911', 'https://i.gkd.li/i/19665911',
], ],
excludeSnapshotUrls: 'https://i.gkd.li/i/19717709',
}, },
{ {
key: 2, key: 2,