From 95f4e7d3cfcb45314d568443b76d57c4bc5ff4e9 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 22 Mar 2024 20:48:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AB=98=E5=BE=B7=E5=9C=B0=E5=9B=BE):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.autonavi.minimap.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.autonavi.minimap.ts b/src/apps/com.autonavi.minimap.ts index 7f0d380d..1bc551b1 100644 --- a/src/apps/com.autonavi.minimap.ts +++ b/src/apps/com.autonavi.minimap.ts @@ -69,5 +69,21 @@ export default defineAppConfig({ '@ImageView < [desc="关闭"][clickable=true] - ViewGroup > ViewGroup > ViewGroup > View[text="立即领取"]', snapshotUrls: ['https://i.gkd.li/i/12642857'], }, + { + key: 13, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + activityIds: 'com.autonavi.map.activity.NewMapActivity', + matches: + 'ViewGroup > ViewGroup > [desc="关闭"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/071a07d2-c760-4f15-9359-f54bf51b6205', + snapshotUrls: 'https://i.gkd.li/i/14715295', + }, + ], + }, ], });