From b1885dbe78f42862b72a36f5fc0a1ade5eab136c Mon Sep 17 00:00:00 2001 From: WRC <735868764@qq.com> Date: Tue, 28 Nov 2023 20:17:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A2=E6=96=B0):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2608)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(财新): 开屏广告 * feat(财新): 开屏广告 --------- Co-authored-by: wrc Co-authored-by: lisonge --- src/apps/com.caing.news.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.caing.news.ts diff --git a/src/apps/com.caing.news.ts b/src/apps/com.caing.news.ts new file mode 100644 index 00000000..d31d7262 --- /dev/null +++ b/src/apps/com.caing.news.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.caing.news', + name: '财新', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13484755', + }, + ], +});