From dc3f5f7b3abaedb4295f087243cb1b86ea38558d Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:01:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B1=B1=E8=88=AA=E6=8E=8C=E5=B0=9A?= =?UTF-8?q?=E9=A3=9E):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2285 --- src/apps/com.huicent.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.huicent.ts diff --git a/src/apps/com.huicent.ts b/src/apps/com.huicent.ts new file mode 100644 index 00000000..b060774e --- /dev/null +++ b/src/apps/com.huicent.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huicent', + name: '山航掌尚飞', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13407174', + }, + ], +});