From 1b97274e056acd153a48c1c922ce35b8543c40b0 Mon Sep 17 00:00:00 2001 From: aisouler Date: Wed, 21 Feb 2024 19:48:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 85f61b73..79d99a1f 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -270,5 +270,22 @@ export default defineAppConfig({ }, ], }, + { + key: 21, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + name: '投屏页面广告', + quickFind: true, + activityIds: 'com.tencent.qqlive.ona.activity.VideoDetailActivity', + matches: '@[clickable=true] - [text="广告"]', + exampleUrls: + 'https://m.gkd.li/57941037/1b7518c9-4ca7-4905-8929-6f0130abf19f', + snapshotUrls: 'https://i.gkd.li/import/14358913', + }, + ], + }, ], });