From 28ed670974b0e0360afde292c673132b9563a23c Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:04:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=B4=E6=92=AD=E5=90=A7):=20=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B5=81=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#3515)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3500 --- src/apps/android.zhibo8.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index 47a5ba10..6a3586e9 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -41,6 +41,13 @@ export default defineAppConfig({ '@LinearLayout > [id="android.zhibo8:id/tv_title"][text="不感兴趣"]', // issues/1656, 直接指向text可能不工作 snapshotUrls: 'https://i.gkd.li/import/12841135', }, + { + key: 2, + name: '点击【广告】右侧的x', + matches: + '[text="广告"] <3 LinearLayout +2 [visibleToUser=true][id="android.zhibo8:id/iv_tip"]', + snapshotUrls: 'https://i.gkd.li/import/13786148', + }, ], }, ],