From 6534149d46ffd9ead57cb9025f3df16e90641cc4 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 22:23:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=EF=BC=9A=E7=B2=A4=E7=9C=81=E4=BA=8B):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 18b09feb..21c4b421 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -556,5 +556,25 @@ export default defineAppConfig({ }, ], }, + { + key: 23, + name: '全屏广告-小程序-粤省事-投资弹窗', + activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', + rules: [ + { + key: 0, + matches: [ + '[text="粤省事码"]', + 'WebView >n View[childCount=2] + View > View[childCount=2] > TextView + TextView[id=null][visibleToUser=true]', + ], + exampleUrls: + 'https://m.gkd.li/101449500/4e808d65-d8f7-4140-a03f-e840bf1c374d', + snapshotUrls: [ + 'https://i.gkd.li/import/14113750', + 'https://i.gkd.li/import/14157089', //在此快照误触 + ], + }, + ], + }, ], });