mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(雷神加速器): 开屏广告
This commit is contained in:
23
src/apps/com.nn.accelerator.box.ts
Normal file
23
src/apps/com.nn.accelerator.box.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user