From 1bfbd706d1723ec3d4ffed51d3f3d7800cd3138b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 22:50:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(NGA=E7=8E=A9=E5=AE=B6=E7=A4=BE=E5=8C=BA):?= =?UTF-8?q?=20=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=8C=BA=E5=BA=95=E9=83=A8=E5=B9=BF=E5=91=8A=EF=BC=88GKD1.7?= =?UTF-8?q?=E6=9C=89=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/gov.pianzong.androidnga.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/apps/gov.pianzong.androidnga.ts b/src/apps/gov.pianzong.androidnga.ts index 0ee7332c..19adedf2 100644 --- a/src/apps/gov.pianzong.androidnga.ts +++ b/src/apps/gov.pianzong.androidnga.ts @@ -76,5 +76,25 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '局部广告-评论区底部广告', + desc: '点击关闭', + rules: [ + { + action: 'clickCenter', + position: { + left: 'width * 0.9325', + top: 'width * 0.04203', + }, + activityIds: + 'gov.pianzong.androidnga.activity.forumdetail.ArticleDetailActivity', + matches: '[id="advertisementBottom"]', + exampleUrls: + 'https://m.gkd.li/57941037/93c2431c-065c-421e-9fd4-112e65ef6ae2', + snapshotUrls: 'https://i.gkd.li/i/12893508', + }, + ], + }, ], });