From 5618fe2b90504592d260d007d95a36769a43f5b4 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:56:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=BC=AB=E7=94=BB=E4=BA=BA=E6=9E=81?= =?UTF-8?q?=E9=80=9F=E7=89=88):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#3228)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3212 --- src/apps/com.jisu.manhua.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.jisu.manhua.ts diff --git a/src/apps/com.jisu.manhua.ts b/src/apps/com.jisu.manhua.ts new file mode 100644 index 00000000..861e7041 --- /dev/null +++ b/src/apps/com.jisu.manhua.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jisu.manhua', + name: '漫画人极速版', + groups: [ + { + key: 1, + name: '弹窗广告', + quickFind: true, + activityIds: 'com.ilike.cartoon.activities.HomeActivity', + rules: [ + { + matches: + '[id="com.jisu.manhua:id/iv_promotion"] + [id="com.jisu.manhua:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13688186', + }, + ], + }, + ], +});