From c1998884cf5a687bbdb73362ff352deb39741128 Mon Sep 17 00:00:00 2001 From: lisonge Date: Thu, 28 Sep 2023 20:14:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=AE=E8=A7=86=E6=96=B0=E9=97=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#479)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.cntvnews.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/cn.cntvnews.ts diff --git a/src/apps/cn.cntvnews.ts b/src/apps/cn.cntvnews.ts new file mode 100644 index 00000000..b506b666 --- /dev/null +++ b/src/apps/cn.cntvnews.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.cntvnews', + name: '央视新闻', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.torch.open.ad.splash.SplashAdActivity', + rules: 'TextView[text$="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12749208', + }, + ], +});