From ba76c616eb9bec6628a3aea208830873676f71cc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 25 Nov 2025 19:18:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BE=E5=BA=A6=E5=9C=B0=E5=9B=BE-?= =?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/com.baidu.BaiduMap.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.baidu.BaiduMap.ts b/src/apps/com.baidu.BaiduMap.ts index 454aef6a..17d83b85 100644 --- a/src/apps/com.baidu.BaiduMap.ts +++ b/src/apps/com.baidu.BaiduMap.ts @@ -11,14 +11,22 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, priorityTime: 10000, rules: [ { + key: 0, matches: '[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/f03b3648-757a-48e3-bd3b-098f8293edbf', snapshotUrls: 'https://i.gkd.li/i/16556555', }, + { + key: 1, + matches: '[vid="ms_skipView"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/cd89ffb7-6cd3-4978-b3d6-ef5ece2769d0', + snapshotUrls: 'https://i.gkd.li/i/23742641', + }, ], }, {