From 6fae58e0947d43ca1a9d2d9088e5f2409d1e63fa Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 3 Jun 2024 11:08:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E5=95=86=E5=9F=8E):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE?= =?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.xiaomi.shop.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.xiaomi.shop.ts b/src/apps/com.xiaomi.shop.ts index def1138f..aaceaad2 100644 --- a/src/apps/com.xiaomi.shop.ts +++ b/src/apps/com.xiaomi.shop.ts @@ -24,5 +24,21 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '局部广告-悬浮广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.xiaomi.shop2.activity.MainActivity', + matches: + '[id="com.xiaomi.shop.plugin.homepage:id/home_bottom_float_close_btn"]', + snapshotUrls: 'https://i.gkd.li/i/15528092', + }, + ], + }, ], });