From 45f624e21b7e5ecdb8e9ae0d1908cbbd6eaa8b92 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 13 Oct 2025 19:40:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A2=E7=82=B9=E9=9F=B3=E4=B9=90-?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A=20#1251?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.wenyu.bodian.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/cn.wenyu.bodian.ts b/src/apps/cn.wenyu.bodian.ts index a7cccde9..3cd91d90 100644 --- a/src/apps/cn.wenyu.bodian.ts +++ b/src/apps/cn.wenyu.bodian.ts @@ -33,5 +33,26 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '局部广告', + rules: [ + { + key: 0, + activityIds: '.MainActivity', + matches: 'ImageView[desc="广告"][clickable=true][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/b57e1862-ef27-4b2d-9cf4-c4c1a1a5262e', + snapshotUrls: 'https://i.gkd.li/i/22878974', + }, + { + key: 1, + activityIds: '.MainActivity', + matches: + '[desc$="广告"] > ImageView[index=1][width=height][clickable=true][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/5f249d6e-ac2d-4fda-a53c-039c8091ce63', + snapshotUrls: 'https://i.gkd.li/i/22878992', + }, + ], + }, ], });