From debdd92a0cdd4bc2b6e8812065ced49f16e65441 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:55:54 +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-=E9=9D=92?= =?UTF-8?q?=E6=A1=94=E5=8D=95=E8=BD=A6-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 7a587ddf..d29852db 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -544,5 +544,17 @@ export default defineAppConfig({ }, ], }, + { + key: 24, + name: '全屏广告-小程序-青桔单车-弹窗广告', + rules: [ + { + key: 0, + activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', + matches: 'WebView > View > View > View[childCount=2] > View + Image', + snapshotUrls: 'https://i.gkd.li/i/14392363', + }, + ], + }, ], });