From 56d17ff5c9b8d2ccf1a2ebe1d04cc29d6a509937 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:31:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BC=80=E5=90=A7):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hz.czfw.app.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.hz.czfw.app.ts diff --git a/src/apps/com.hz.czfw.app.ts b/src/apps/com.hz.czfw.app.ts new file mode 100644 index 00000000..8db84cbf --- /dev/null +++ b/src/apps/com.hz.czfw.app.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hz.czfw.app', + name: '开吧', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[desc$="跳过"][desc.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13228766', + }, + ], +});