diff --git a/src/apps/com.copymanga.app.ts b/src/apps/com.copymanga.app.ts index d716b620..7caa1b2b 100644 --- a/src/apps/com.copymanga.app.ts +++ b/src/apps/com.copymanga.app.ts @@ -15,16 +15,14 @@ export default defineAppConfig({ ], rules: [ { - matches: 'TextView[text!=null] - TextView[text^="跳过"]', + matches: '[text *= "跳过" && text.length<6]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12504489', 'https://gkd-kit.gitee.io/import/12504507', + 'https://gkd-kit.songe.li/import/12852509', + 'https://gkd-kit.gitee.io/import/12504492', ], }, - { - matches: 'ImageView + ViewGroup > TextView[text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12504492', - }, ], }, {