From b7647537f6de69ff3eab7f565c36ab4f56f3b5de Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 28 Oct 2024 21:23:38 +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=E3=80=81=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E6=82=AC=E6=B5=AE=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqlive.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index e2ecc951..baa1d658 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -262,6 +262,13 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/8b128ebc-ce9c-4345-8094-769f9afa8cd6', snapshotUrls: 'https://i.gkd.li/i/17088095', }, + { + key: 3, + activityIds: '.ona.activity.SplashHomeActivity', + matches: '[text="暂不需要,稍后领取"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/3256ed8e-752c-426d-9d64-26c9fdea9b09', + snapshotUrls: 'https://i.gkd.li/i/17542869', + }, ], }, { @@ -302,5 +309,23 @@ export default defineGkdApp({ }, ], }, + { + key: 22, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: '.ona.activity.SplashHomeActivity', + matches: + '@ImageView[clickable=true][visibleToUser=true] + [text="免费看"]', + exampleUrls: 'https://e.gkd.li/5f6447c1-39f6-4711-a907-fdf36f502ec6', + snapshotUrls: 'https://i.gkd.li/i/17542913', + }, + ], + }, ], });