diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index dc801fc6..6fc9d3f9 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -116,9 +116,14 @@ export default defineAppConfig({ }, { key: 3, + quickFind: true, activityIds: 'com.jingdong.app.mall.MainFrameActivity', matches: 'RelativeLayout > ImageView[desc="关闭页面"]', - snapshotUrls: 'https://i.gkd.li/import/13258996', + excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13258996', + 'https://i.gkd.li/import/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触 + ], }, ], },