From 53f198c6189ef2eff5a38e2c157ae56914c69c65 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:12:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BA=A2=E4=B9=A6)=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xingin.xhs.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index e4c32b84..fb23347c 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -77,5 +77,19 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '全屏广告-优惠券弹窗', + rules: [ + { + key: 0, + activityIds: 'com.xingin.reactnative.ui.XhsReactTranslucentActivity', + quickFind: true, + matches: + '@ImageView[visibleToUser=true] < * -2 * > [text="你有新人券待领取"]', + snapshotUrls: 'https://i.gkd.li/i/14391484', + }, + ], + }, ], });