From 65509e53a17cdabb6995fecf7663d2f38738a3f0 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:43:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=BD=E6=BC=AB=E5=A4=A7=E5=85=A8):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(追漫大全): 广告弹窗 * feat(追漫大全): 广告弹窗-规则优化 --------- Co-authored-by: 二刺螈 close #947 --- src/apps/com.mj.mjyd.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.mj.mjyd.ts diff --git a/src/apps/com.mj.mjyd.ts b/src/apps/com.mj.mjyd.ts new file mode 100644 index 00000000..a01e705c --- /dev/null +++ b/src/apps/com.mj.mjyd.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mj.mjyd', + name: '追漫大全', + groups: [ + { + key: 1, + name: '广告弹窗', + quickFind: true, + rules: + '@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12877729', + }, + ], +});