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', + }, + ], + }, ], });