From 9d8a54924c0cd9f03a162cfa6a5dc8e211d50ec5 Mon Sep 17 00:00:00 2001 From: lisonge Date: Sun, 22 Oct 2023 00:55:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E6=8F=90=E7=93=A6?= =?UTF-8?q?=E7=89=B9=E5=8A=A9=E6=89=8B=E5=B0=8F=E7=A8=8B=E5=BA=8F-?= =?UTF-8?q?=E5=BC=B9=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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 6ef07e18..da6359f7 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -304,5 +304,20 @@ export default defineAppConfig({ rules: '[text="打开网页版文件传输助手"] + * > Button[text="打开"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12793745', }, + { + enable: false, + key: 13, + name: '提瓦特助手小程序-弹窗广告', + activityIds: ['com.tencent.mm.plugin.appbrand.ui.AppBrandUI'], + rules: [ + { + matches: [ + 'RelativeLayout[childCount=1][clickable=true] > [text="提瓦特小助手"]', + 'FrameLayout[childCount=5] + FrameLayout[childCount=2] >2 FrameLayout[childCount=1]', + ], + snapshotUrls: ['https://gkd-kit.gitee.io/import/12926021'], + }, + ], + }, ], });