From b2ff2afd65fc73ec44038c5a12e96b875b6b7b11 Mon Sep 17 00:00:00 2001 From: aisouler Date: Tue, 6 Feb 2024 19:18:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ):=20=E8=81=8A=E5=A4=A9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=A1=B6=E9=83=A8=E5=8D=A1=E7=89=87=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.mobileqq.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index 41e705b0..3a9280df 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -507,5 +507,20 @@ export default defineAppConfig({ }, ], }, + { + key: 24, + name: '局部广告-聊天页面顶部卡片广告', + desc: '点击关闭', + rules: [ + { + activityIds: 'com.tencent.mobileqq.activity.SplashActivity', + matches: + 'FrameLayout[childCount=2] FrameLayout[childCount=2] > FrameLayout[index=1] > RelativeLayout[childCount=4] > ImageView[index=3]', + exampleUrls: + 'https://m.gkd.li/57941037/3bf709fc-eefc-4d66-9a00-475738934cd7', + snapshotUrls: 'https://i.gkd.li/import/14178667', + }, + ], + }, ], });