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', + }, + ], + }, + ], +});