From b7af80ac2d64587c216da51e057bc07c584e6fb5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 28 Oct 2025 19:39:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=8C=E9=98=85-=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#1331?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chaozh.iReaderFree.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.chaozh.iReaderFree.ts b/src/apps/com.chaozh.iReaderFree.ts index 2b4fda76..9a923d8f 100644 --- a/src/apps/com.chaozh.iReaderFree.ts +++ b/src/apps/com.chaozh.iReaderFree.ts @@ -15,9 +15,13 @@ export default defineGkdApp({ { fastQuery: true, action: 'clickCenter', // clickNode无效 - matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + matches: + '[name!$="ViewGroup"] > [text*="跳过"][text.length<10][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/84df4bd7-bdf9-4b34-bb3c-57dfe9c09454', - snapshotUrls: 'https://i.gkd.li/i/23046697', + snapshotUrls: [ + 'https://i.gkd.li/i/23046697', + 'https://i.gkd.li/i/23186001', + ], }, ], },