fix(斗鱼): 直播间广告(修复误触)

This commit is contained in:
aisouler
2024-02-16 19:52:08 +08:00
parent 3184ebd787
commit b84185c67e

View File

@@ -65,8 +65,11 @@ export default defineAppConfig({
{ {
key: 5, key: 5,
matches: matches:
'RelativeLayout[visibleToUser=true] > ImageView[clickable=true][index=1]', 'ViewGroup[childCount=8] > ViewGroup[index=5] >4 RelativeLayout[visibleToUser=true] > ImageView[clickable=true][index=1]',
snapshotUrls: 'https://i.gkd.li/import/13948990', snapshotUrls: [
'https://i.gkd.li/import/13948990',
'https://i.gkd.li/import/14310474', // 避免在此页面误触
],
}, },
], ],
}, },