From f64a9cb37e003f9462af13220da10b6016574d6b Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 22 Feb 2024 12:01:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=AE=E8=A7=86=E6=96=B0=E9=97=BB):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.cntvnews.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..dae7c80a --- /dev/null +++ b/src/apps/cn.cntvnews.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.cntvnews', + name: '央视新闻', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + name: '右侧悬浮小卡片', + quickFind: true, + activityIds: 'com.torch.open.homeimpl.HomeActivity', + matches: '[vid="btn_close"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/8c4308a3-4142-45a0-a085-af8ee89ead04', + snapshotUrls: 'https://i.gkd.li/i/14368501', + }, + ], + }, + ], +});