diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index 7f87c3c1..01c84f7c 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -34,5 +34,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '局部广告-文章底部广告', + rules: [ + { + key: 0, + activityIds: 'android.zhibo8.ui.contollers.detail.DetailActivity', + quickFind: true, + matches: + '@[vid="iv_tip"][clickable=true][visibleToUser=true] - * > [text="广告"]', + snapshotUrls: 'https://i.gkd.li/i/14395379', + }, + ], + }, ], });