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', + }, + ], + }, ], });