From e9ac75256b1d0185497bae6dd70ca8cd7c807bb7 Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 4 Oct 2023 19:11:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F-=E5=BC=80=E5=B1=8F=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 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 23841e94..462d5552 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -208,5 +208,32 @@ export default defineAppConfig({ rules: 'Button[text^="查看原图"][clickable=true]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12706944', }, + { + enable: false, + key: 10, + name: '微信小程序-开屏广告', + activityIds: [ + 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', + 'com.tencent.mm.plugin.appbrand.launching.AppBrandLaunchProxyUI', + ], + quickFind: true, + rules: [ + { + matches: + '[text="广告"] < FrameLayout[childCount=1] <2 FrameLayout[childCount=3] <2 FrameLayout[childCount=2] - FrameLayout[childCount=3] > FrameLayout[childCount=2] > FrameLayout[childCount=1] > [text="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12701979', + 'https://gkd-kit.gitee.io/import/12777076', + 'https://gkd-kit.gitee.io/import/12785012', + 'https://gkd-kit.gitee.io/import/12785183', + ], + }, + { + matches: + '[text="广告"] < * <2 * <2 * <2 FrameLayout[childCount=2] - FrameLayout[childCount=2] > FrameLayout[childCount=1] > [text="跳过"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12785246'], + }, + ], + }, ], });