From a27160ece147372d389499028fbf2441f9a8924b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 10 Sep 2024 21:18:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=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.mm.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 71721179..f646c087 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -655,5 +655,27 @@ export default defineGkdApp({ }, ], }, + { + key: 37, + name: '全屏广告-小程序弹窗广告', + desc: '点击关闭', + matchTime: 20000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', + matches: + '@ImageView[visibleToUser=true][childCount=0][text=null] < FrameLayout[childCount=1] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] - FrameLayout >4 [text="广告"]', + exampleUrls: 'https://e.gkd.li/d2b12af6-c204-4da7-8553-4765ef8b8c31', + snapshotUrls: [ + 'https://i.gkd.li/i/13459614', + 'https://i.gkd.li/i/16943989', + 'https://i.gkd.li/i/16920797', + ], + }, + ], + }, ], });