From 3eea6317392879f1944627f2807e5a045df213d4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 4 Dec 2025 15:11:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A8=E6=BC=AB=E5=85=B1=E5=92=8C?= =?UTF-8?q?=E5=9B=BD=20#1527?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.shizi.tool.p3.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/apps/com.shizi.tool.p3.ts b/src/apps/com.shizi.tool.p3.ts index 6e5a7b3c..812a7141 100644 --- a/src/apps/com.shizi.tool.p3.ts +++ b/src/apps/com.shizi.tool.p3.ts @@ -11,15 +11,37 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, priorityTime: 10000, rules: [ { + key: 0, fastQuery: true, matches: '[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/b10db699-ed34-4619-b3ca-5821321f4b58', snapshotUrls: 'https://i.gkd.li/i/22136545', }, + { + key: 1, + fastQuery: true, + matches: '[vid="ms_skipView"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/64be8cde-d60d-4c71-ba13-4bcb78842931', + snapshotUrls: 'https://i.gkd.li/i/23925246', + }, + ], + }, + { + key: 2, + name: '全屏广告', + rules: [ + { + fastQuery: true, + activityIds: 'com.windmill.sdk.widget.InterstitialView', + matches: '[vid="tobid_interstitial_skip_ll"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/8405053f-ebb9-4915-b8c7-499fcaa953ff', + snapshotUrls: 'https://i.gkd.li/i/23925245', + }, ], }, ],