From 077065ed90a04f4889ef774bffd189bc32694c1f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 30 Aug 2025 13:44:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=90=91=E6=97=A5=E8=91=B5=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6-=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index e4bff3d3..2697ca1c 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -14,9 +14,13 @@ export default defineGkdApp({ rules: [ { fastQuery: true, - matches: '[vid="tobid_splash_skip_text"][visibleToUser=true]', + matches: + '[vid="tobid_splash_skip_text" || vid="ms_skipView"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/f41b0367-9161-4329-987d-b2d0ad9ec233', - snapshotUrls: 'https://i.gkd.li/i/17004919', + snapshotUrls: [ + 'https://i.gkd.li/i/17004919', + 'https://i.gkd.li/i/22056539', + ], }, ], },