From 6b10fa29cb553c69fc99f5a9f26e339bf478ae1e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:05:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8E=86=E9=B1=BC=E7=BD=91):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ptfish.forum.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.ptfish.forum.ts diff --git a/src/apps/com.ptfish.forum.ts b/src/apps/com.ptfish.forum.ts new file mode 100644 index 00000000..7f706e2e --- /dev/null +++ b/src/apps/com.ptfish.forum.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ptfish.forum', + name: '莆鱼网', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13759479', + }, + ], +});