From 920535ffc3dadf2ab78409b27483c6b758c5ca2f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 25 Nov 2024 18:15:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=A5=87=E8=89=BA=E4=BD=93?= =?UTF-8?q?=E8=82=B2):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ssports.mobile.video.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.ssports.mobile.video.ts diff --git a/src/apps/com.ssports.mobile.video.ts b/src/apps/com.ssports.mobile.video.ts new file mode 100644 index 00000000..f576a6d1 --- /dev/null +++ b/src/apps/com.ssports.mobile.video.ts @@ -0,0 +1,24 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.ssports.mobile.video', + name: '爱奇艺体育', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: '[vid="tv_jump_start_ad"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/6a6a6c4f-4a16-4a10-bb5c-2ce53ebe5e81', + snapshotUrls: 'https://i.gkd.li/i/17901123', + }, + ], + }, + ], +});