From ad737752e0575a27d8c40648387cbbff9dd84fd3 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:57:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=83=AD=E5=89=A7=E7=8C=AB):=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=20(#1408)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tuying.kuimg.rjm.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/apps/com.tuying.kuimg.rjm.ts diff --git a/src/apps/com.tuying.kuimg.rjm.ts b/src/apps/com.tuying.kuimg.rjm.ts new file mode 100644 index 00000000..15ab2f69 --- /dev/null +++ b/src/apps/com.tuying.kuimg.rjm.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tuying.kuimg.rjm', + name: '热剧猫', + groups: [ + { + key: 1, + name: '广告弹窗', + activityIds: 'com.tuying.kuimg.rjm.MainActivity', + rules: [ + { + key: 0, + matches: + '[id="com.tuying.kuimg.rjm:id/ksad_tk_view"] >n @ViewGroup[childCount=1][clickable=true] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13166088', + }, + { + key: 1, + matches: + '[id="com.tuying.kuimg.rjm:id/ksad_tk_view"] >n @ViewGroup > [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13166086', + }, + ], + }, + ], +});