diff --git a/src/apps/tv.acfundanmaku.video.ts b/src/apps/tv.acfundanmaku.video.ts new file mode 100644 index 00000000..6ea5e83b --- /dev/null +++ b/src/apps/tv.acfundanmaku.video.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'tv.acfundanmaku.video', + name: 'AcFun', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="tv.acfundanmaku.video:id/splashSkipView"]', + exampleUrls: + 'https://m.gkd.li/6328439/1a9541c5-fba7-4ecc-a276-f19a5641df1f', + snapshotUrls: 'https://i.gkd.li/import/13348326', + }, + ], + }, + ], +});