From 26dd71de2fff3191de4961d8e9a9e20ab8347354 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:05:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=8C=AB=E7=95=AA=E9=98=85=E8=AF=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3248)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.maofan.app.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.maofan.app.ts diff --git a/src/apps/com.maofan.app.ts b/src/apps/com.maofan.app.ts new file mode 100644 index 00000000..794cac82 --- /dev/null +++ b/src/apps/com.maofan.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.maofan.app', + name: '猫番阅读', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13694873', + }, + ], +});