From 3ca3c21162c5ae0e6e7cbe0c45d424cc2fa0c57e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 6 Jul 2024 19:58:10 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=B0=8F=E5=91=A8=E4=BE=BF=E7=AD=BE):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/me.zhouzhuo810.zznote.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/me.zhouzhuo810.zznote.ts b/src/apps/me.zhouzhuo810.zznote.ts index 0d1fd4b5..3eb7dbfd 100644 --- a/src/apps/me.zhouzhuo810.zznote.ts +++ b/src/apps/me.zhouzhuo810.zznote.ts @@ -23,8 +23,11 @@ export default defineGkdApp({ }, { key: 1, - matches: '@LinearLayout > [text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/i/13800235', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/13800235', + 'https://i.gkd.li/i/16115850', + ], }, ], },