From aaff35b2a7a1525629b0209f88a92a466cd10dc4 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=BB=E4=B8=96=E7=95=8CPro):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2297)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2285 --- src/apps/net.huanci.hsjpro.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/net.huanci.hsjpro.ts diff --git a/src/apps/net.huanci.hsjpro.ts b/src/apps/net.huanci.hsjpro.ts new file mode 100644 index 00000000..50fe5b04 --- /dev/null +++ b/src/apps/net.huanci.hsjpro.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'net.huanci.hsjpro', + name: '画世界Pro', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13407218', + }, + ], +});