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', + ], }, ], },