From 7bbbcfbae42c05e64ede8992b6c903354532df4b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 1 Aug 2024 16:18:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9B=B7=E7=A5=9E=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=20=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.nn.accelerator.box.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.nn.accelerator.box.ts diff --git a/src/apps/com.nn.accelerator.box.ts b/src/apps/com.nn.accelerator.box.ts new file mode 100644 index 00000000..26c32d6a --- /dev/null +++ b/src/apps/com.nn.accelerator.box.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.nn.accelerator.box', + name: '雷神加速器', + groups: [ + { + key: 0, // 全局规则概率误触 https://github.com/AIsouler/GKD_subscription/issues/285 + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[vid="tobid_splash_skip_ll"]', + exampleUrls: 'https://e.gkd.li/03b70de9-9e1d-4362-83df-08a95c2c224f', + snapshotUrls: 'https://i.gkd.li/i/16451775', + }, + ], + }, + ], +});