From de319f43d74c78742d9d14dd1d07ae03e682665c Mon Sep 17 00:00:00 2001 From: Zeng Weiyu Date: Tue, 14 Nov 2023 21:11:57 +0800 Subject: [PATCH] =?UTF-8?q?Feat(acfun):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(AcFun): 开屏广告 * chore(actions): check_format_lint * feat(AcFun): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/tv.acfundanmaku.video.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/tv.acfundanmaku.video.ts 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', + }, + ], + }, + ], +});