From 30fc3764885ac84d157eb3baf67e3128a3b53cb3 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:59:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(CCtalk):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2291)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2286 --- src/apps/com.hujiang.cctalk.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.hujiang.cctalk.ts diff --git a/src/apps/com.hujiang.cctalk.ts b/src/apps/com.hujiang.cctalk.ts new file mode 100644 index 00000000..49dcde59 --- /dev/null +++ b/src/apps/com.hujiang.cctalk.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hujiang.cctalk', + name: 'CCtalk', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13406032', + }, + ], +});