From 150667d689a5badb8000c5178a27a307bdda3211 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:33:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A1=94=E8=AF=BB=E5=B0=8F=E8=AF=B4?= =?UTF-8?q?=E5=85=8D=E8=B4=B9=E7=89=88):=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2142 --- src/apps/com.tadu.read.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.tadu.read.ts diff --git a/src/apps/com.tadu.read.ts b/src/apps/com.tadu.read.ts new file mode 100644 index 000000000..31820cdd0 --- /dev/null +++ b/src/apps/com.tadu.read.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tadu.read', + name: '塔读小说免费版', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13363404', + }, + ], +});