From 03be8c4cf456806abd2054f6f5a9db22cde29bb0 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 12 Oct 2024 09:58:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(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=88=E8=AF=AF?= =?UTF-8?q?=E8=A7=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/gov.pianzong.androidnga.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/gov.pianzong.androidnga.ts b/src/apps/gov.pianzong.androidnga.ts index e7d61758..02241627 100644 --- a/src/apps/gov.pianzong.androidnga.ts +++ b/src/apps/gov.pianzong.androidnga.ts @@ -89,10 +89,10 @@ export default defineGkdApp({ }, activityIds: 'gov.pianzong.androidnga.activity.forumdetail.ArticleDetailActivity', - matches: '[id="advertisementBottom"]', - exampleUrls: - 'https://m.gkd.li/57941037/93c2431c-065c-421e-9fd4-112e65ef6ae2', + matches: '[id="advertisementBottom"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/89720906-4480-45cd-bc29-4cda7691f3fc', snapshotUrls: 'https://i.gkd.li/i/12893508', + excludeSnapshotUrls: 'https://i.gkd.li/i/17348415', // visibleToUser=true 防止误触 }, ], },