From 3189d7cf48279a70e343fa177d9e08aff0b9c0d3 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:02:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E9=80=9A=E5=BF=AB=E9=80=92):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2296)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.beekee.zhongtong.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cn.beekee.zhongtong.ts diff --git a/src/apps/cn.beekee.zhongtong.ts b/src/apps/cn.beekee.zhongtong.ts new file mode 100644 index 00000000..b6234263 --- /dev/null +++ b/src/apps/cn.beekee.zhongtong.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.beekee.zhongtong', + name: '中通快递', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13407211', + }, + ], +});