From 2b83b60dd4b4590f1e316c31a0acc4ac4c346663 Mon Sep 17 00:00:00 2001 From: Lanyuanxiaoyao Date: Wed, 19 Jun 2024 11:40:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9C=89=E5=93=81):=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=B4=B4=E7=89=87=E5=B9=BF=E5=91=8A=20(#251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaomi.youpin.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.xiaomi.youpin.ts b/src/apps/com.xiaomi.youpin.ts index ff7a763c..3eee1bdc 100644 --- a/src/apps/com.xiaomi.youpin.ts +++ b/src/apps/com.xiaomi.youpin.ts @@ -33,5 +33,17 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '局部广告-主页贴片广告', + rules: [ + { + quickFind: true, + activityIds: 'com.xiaomi.youpin.activity.YouPinMainTabActivity', + matches: '[vid="iv_float_close"]', + snapshotUrls: 'https://i.gkd.li/i/15879481', + }, + ], + }, ], });