From 5fb9d42881a72d80840ad3358041352c7d53ef3c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 6 Sep 2024 12:58:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B8=B8=E6=B0=91=E6=98=9F=E7=A9=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.gamersky.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.gamersky.ts b/src/apps/com.gamersky.ts index cceda92b..4fd42049 100644 --- a/src/apps/com.gamersky.ts +++ b/src/apps/com.gamersky.ts @@ -26,9 +26,12 @@ export default defineGkdApp({ }, { key: 2, - matches: '[vid="iv_notification_fragment_news"]', + matches: '[vid="ms_skipView"]', // vid="iv_notification_fragment_news" 并非跳过节点,只是位置相同 exampleUrls: 'https://e.gkd.li/4b7fd3fe-8467-49e3-93af-64515416911c', - snapshotUrls: 'https://i.gkd.li/i/16860311', + snapshotUrls: [ + 'https://i.gkd.li/i/16860311', + 'https://i.gkd.li/i/16902939', // 防止误触 + ], }, ], },