From 4c26e87d2d15dc44ee610c674355fef20a15983d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Mon, 9 Oct 2023 00:21:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=99=8E=E6=89=91):=20=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E6=B5=81=E5=B9=BF=E5=91=8A-=E4=BC=98=E5=8C=96=E8=AF=AF?= =?UTF-8?q?=E8=A7=A6=20(#701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hupu.games.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/com.hupu.games.ts b/src/apps/com.hupu.games.ts index 4cf89755..a106226c 100644 --- a/src/apps/com.hupu.games.ts +++ b/src/apps/com.hupu.games.ts @@ -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', }, ],