feat(虎扑): 推荐流广告-优化误触 (#701)

This commit is contained in:
二刺螈
2023-10-09 00:21:12 +08:00
parent 60678a9eed
commit 4c26e87d2d

View File

@@ -28,14 +28,16 @@ export default defineAppConfig({
'com.google.android.material.bottomsheet.BottomSheetDialog',
'com.hupu.games.main.MainActivity',
],
matches: '[id="com.hupu.games:id/tv_title"][text="屏蔽该广告"]',
matches:
'@[clickable=true] > [id="com.hupu.games:id/tv_title"][text="屏蔽该广告"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12511010',
'https://gkd-kit.gitee.io/import/12534848',
],
},
{
matches: '[id="com.hupu.games:id/tv_tag"][text="广告"]',
matches:
'@[id="com.hupu.games:id/shield_view"] >2 [id="com.hupu.games:id/tv_tag"][text="广告"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12511005',
},
],