From 2d0fee09ddec351d41a250a4b112700ae6ccc7d7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 3 Mar 2024 12:56:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AF=E4=BB=B6=E5=95=86=E5=BA=97):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8F=B3=E4=B8=8B?= =?UTF-8?q?=E8=A7=92=E5=B9=BF=E5=91=8A=E6=82=AC=E6=B5=AE=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.market.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts index 0108fd1e..8317570a 100644 --- a/src/apps/com.heytap.market.ts +++ b/src/apps/com.heytap.market.ts @@ -20,5 +20,21 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '局部广告-右下角广告悬浮卡片', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: + 'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity', + matches: '@[desc="关闭"] <2 [vid="view_id_float_ad"]', + exampleUrls: + 'https://m.gkd.li/57941037/51493144-2758-4bc7-b2b7-cc85c04c6cc1', + snapshotUrls: 'https://i.gkd.li/i/14469932', + }, + ], + }, ], });