From a9c5d894805c2d9b0a5030a84be2c69c78ff4ff3 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:10:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=93=E8=BF=AA=E5=92=96=E5=95=A1):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2048)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cotticoffee.cotticlient.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.cotticoffee.cotticlient.ts diff --git a/src/apps/com.cotticoffee.cotticlient.ts b/src/apps/com.cotticoffee.cotticlient.ts new file mode 100644 index 00000000..c57806a0 --- /dev/null +++ b/src/apps/com.cotticoffee.cotticlient.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cotticoffee.cotticlient', + name: '库迪咖啡', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[desc$="跳过"][desc.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13261887', + }, + ], + }, + ], +});