From 778a42140addcc091fe25ec81f0611f0af7dff45 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:42:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E7=BE=BD=E5=9C=A8=E7=BA=BF):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1841)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat(中羽在线): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.badmintoncn.bbs.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.badmintoncn.bbs.ts diff --git a/src/apps/com.badmintoncn.bbs.ts b/src/apps/com.badmintoncn.bbs.ts new file mode 100644 index 00000000..cd5a2be5 --- /dev/null +++ b/src/apps/com.badmintoncn.bbs.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.badmintoncn.bbs', + name: '中羽在线', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13258044', + }, + ], +});