From 57b9efb469711ae2d0a5205a8c1a39696d907fd7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 22 Sep 2024 12:57:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqlive.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 9e7757c9..bdf7e282 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -230,9 +230,10 @@ export default defineGkdApp({ { key: 6, name: '全屏广告-首页-弹窗广告', - resetMatch: 'app', - actionMaximum: 1, fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { key: 0, @@ -252,6 +253,14 @@ export default defineGkdApp({ 'https://m.gkd.li/57941037/c8131a06-837a-4c42-9a70-9e8a7fe21334', snapshotUrls: 'https://i.gkd.li/i/14567294', }, + { + key: 2, + activityIds: '.ona.activity.SplashHomeActivity', + matches: + '@ImageView[clickable=true][visibleToUser=true] -3 LinearLayout >2 [text="立即免费领取"]', + exampleUrls: 'https://e.gkd.li/8b128ebc-ce9c-4345-8094-769f9afa8cd6', + snapshotUrls: 'https://i.gkd.li/i/17088095', + }, ], }, {