From 4f9b0546fd5de9f45fc572b70aaa0a5ef4cb2a20 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 18 Nov 2025 15:33:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=BD=E5=89=A7=E5=96=B5=20#1458?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ....bide.haoyoukan.buhaokan.kanbukan.hiiik.ts | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/apps/com.bide.haoyoukan.buhaokan.kanbukan.hiiik.ts diff --git a/src/apps/com.bide.haoyoukan.buhaokan.kanbukan.hiiik.ts b/src/apps/com.bide.haoyoukan.buhaokan.kanbukan.hiiik.ts new file mode 100644 index 00000000..1a981abb --- /dev/null +++ b/src/apps/com.bide.haoyoukan.buhaokan.kanbukan.hiiik.ts @@ -0,0 +1,40 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.bide.haoyoukan.buhaokan.kanbukan.hiiik', + name: '追剧喵', + groups: [ + { + key: 1, + name: '更新提示', + matchTime: 10000, + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: + '@ImageView[childCount=0][clickable=true][index=parent.childCount.minus(1)] - [desc="了解更多" || desc="暂不下载"] <5 View < View < View < View < FrameLayout < [id="android:id/content"]', + exampleUrls: 'https://e.gkd.li/a8b9fa37-4d87-4ab0-a1f5-c09aea00a0f0', + snapshotUrls: [ + 'https://i.gkd.li/i/23599803', + 'https://i.gkd.li/i/23598096', + ], + }, + ], + }, + { + key: 2, + name: '全屏广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matches: + '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text$="详情" || text^="了解" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', + exampleUrls: 'https://e.gkd.li/cd3a468f-0768-4fd6-952b-c0d5a9769486', + snapshotUrls: 'https://i.gkd.li/i/23598268', + }, + ], + }, + ], +});