From 9c0554379a8cd618e79bc01b4e316e5e44bf1008 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 19 Oct 2024 20:15:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(Jump):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#418)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.vgjump.jump.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.vgjump.jump.ts b/src/apps/com.vgjump.jump.ts index 0307be62..99b2ab9f 100644 --- a/src/apps/com.vgjump.jump.ts +++ b/src/apps/com.vgjump.jump.ts @@ -16,8 +16,11 @@ export default defineGkdApp({ { key: 0, fastQuery: true, - matches: '[text="跳过"][visibleToUser=true]', - snapshotUrls: 'https://i.gkd.li/i/14790888', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/14790888', + 'https://i.gkd.li/i/17444939', + ], }, { key: 1,