From 391fec8c9e7f3649ffe4bcbe309c02f67ba3c18d Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:37:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=8B=E6=B1=9F=E5=B0=8F=E8=AF=B4?= =?UTF-8?q?=E9=98=85=E8=AF=BB):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#31?= =?UTF-8?q?64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3161 --- src/apps/com.jjwxc.reader.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.jjwxc.reader.ts diff --git a/src/apps/com.jjwxc.reader.ts b/src/apps/com.jjwxc.reader.ts new file mode 100644 index 00000000..2c3139e3 --- /dev/null +++ b/src/apps/com.jjwxc.reader.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jjwxc.reader', + name: '晋江小说阅读 ', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.jjwxc.reader:id/ad_pass_icon"]', + snapshotUrls: 'https://i.gkd.li/import/13662836', + }, + ], + }, + ], +});