From f446b76b81054a0008f3dc0b45a098e935fbfaec 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:11:04 +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=20(#692)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/android.zhibo8.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index 2746b287..8f0673f9 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -18,5 +18,24 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '信息流广告', + rules: [ + { + key: 0, + name: '点击[查看详情]右侧x', + matches: + '@[id="android.zhibo8:id/iv_tip"] - [id="android.zhibo8:id/tv_app_download_2"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12841134', + }, + { + preKeys: 0, + name: '点击[不感兴趣]', + matches: '[id="android.zhibo8:id/tv_title"][text="不感兴趣"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12841135', + }, + ], + }, ], });