From 4c81bca9cfd203f1760453ce8266a8f32473c596 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 25 Mar 2025 13:21:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9B=E7=BB=B4=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E4=BA=91-=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/com.skyworthdigital.picamera.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/com.skyworthdigital.picamera.ts b/src/apps/com.skyworthdigital.picamera.ts index e85c86e4..b14d5948 100644 --- a/src/apps/com.skyworthdigital.picamera.ts +++ b/src/apps/com.skyworthdigital.picamera.ts @@ -16,7 +16,7 @@ export default defineGkdApp({ { key: 0, fastQuery: true, - matches: '[text*="跳过"][text.length<=10]', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', exampleUrls: 'https://m.gkd.li/57941037/07c9f980-aa0f-4044-a58d-299a2a358857', snapshotUrls: 'https://i.gkd.li/i/13497656', @@ -31,6 +31,13 @@ export default defineGkdApp({ 'https://m.gkd.li/57941037/3b5cba55-7024-4d3e-a21c-7b1d540515bc', snapshotUrls: 'https://i.gkd.li/i/14511463', }, + { + key: 2, + fastQuery: true, + matches: '[vid="ms_skipView"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/376e2139-881a-497b-a2af-625802c7c049', + snapshotUrls: 'https://i.gkd.li/i/19442209', + }, ], }, ],