From c5e1e8bc21d2f165e3dcff1c004336b0fa5ff1dc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 26 Nov 2025 15:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1491?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqlive.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index e6dd2fe0..f1238f31 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -227,12 +227,12 @@ export default defineGkdApp({ { key: 6, name: '全屏广告-弹窗广告', - fastQuery: true, matchTime: 10000, actionMaximum: 1, rules: [ { key: 0, + fastQuery: true, activityIds: 'com.tencent.qqlive.redpacket.rain.OpenRedPacketActivity', matches: @@ -243,6 +243,7 @@ export default defineGkdApp({ }, { key: 1, + fastQuery: true, activityIds: 'com.tencent.qqlive.ona.activity.SplashHomeActivity', matches: '@RelativeLayout[clickable=true] + * >3 [text="立即预约"]', exampleUrls: @@ -251,6 +252,7 @@ export default defineGkdApp({ }, { key: 2, + fastQuery: true, activityIds: '.ona.activity.SplashHomeActivity', matches: '@ImageView[clickable=true][visibleToUser=true] -3 LinearLayout >2 [text="立即免费领取"]', @@ -259,6 +261,7 @@ export default defineGkdApp({ }, { key: 3, + fastQuery: true, activityIds: '.ona.activity.SplashHomeActivity', matches: '[text="暂不需要,稍后领取"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/3256ed8e-752c-426d-9d64-26c9fdea9b09', @@ -266,6 +269,7 @@ export default defineGkdApp({ }, { key: 4, + fastQuery: true, activityIds: '.ona.activity.VideoDetailActivity', matches: '[text="放弃权益"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/37d3d077-1d3b-4b4d-87c2-4e0fa00d423e', @@ -273,6 +277,7 @@ export default defineGkdApp({ }, { key: 5, + fastQuery: true, activityIds: '.ona.activity.SplashHomeActivity', matches: '@ImageView[clickable=true][childCount=0][visibleToUser=true][width<200 && height<200] <2 RelativeLayout < RelativeLayout < RelativeLayout < [id="android:id/content"]', @@ -281,12 +286,21 @@ export default defineGkdApp({ }, { key: 6, + fastQuery: true, activityIds: '.ona.activity.SplashHomeActivity', matches: 'TextView[text^="暂不需要"] < @View[clickable=true] <6 View < ComposeView < FrameLayout <2 FrameLayout < FrameLayout <2 FrameLayout <2 [id="android:id/content"]', exampleUrls: 'https://e.gkd.li/4f48767f-9cfa-4507-89ab-eb24f483d05e', snapshotUrls: 'https://i.gkd.li/i/20148077', }, + { + key: 7, + activityIds: '.ona.activity.origin.OriginIconHomeActivity', + matches: + '@TextView[text="x"][clickable=true][childCount=0] + View >2 [text^="下载并领取"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/3a524370-1dbc-4017-a357-6728f809bd9c', + snapshotUrls: 'https://i.gkd.li/i/23763930', + }, ], }, {