From 1c0ab1fc4b77e8378c6ddc530380f6ccdf21cedd Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:47:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=A6=E5=9F=8E):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1808)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.book.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.heytap.book.ts diff --git a/src/apps/com.heytap.book.ts b/src/apps/com.heytap.book.ts new file mode 100644 index 00000000..24bf8212 --- /dev/null +++ b/src/apps/com.heytap.book.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.heytap.book', + name: '书城', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13255499', + }, + ], +});