From 07cbb79cb05c53b77e6d039242624229f5f79470 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:41:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(CCMTV=E4=B8=B4=E5=BA=8A=E9=A2=91=E9=81=93)?= =?UTF-8?q?:=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3002)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.linlic.ccmtv.yx.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.linlic.ccmtv.yx.ts diff --git a/src/apps/com.linlic.ccmtv.yx.ts b/src/apps/com.linlic.ccmtv.yx.ts new file mode 100644 index 00000000..870a3b5b --- /dev/null +++ b/src/apps/com.linlic.ccmtv.yx.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.linlic.ccmtv.yx', + name: 'CCMTV临床频道', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.linlic.ccmtv.yx:id/btn_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13625401', + }, + ], +});