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