diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index ec824814..247e2eff 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -29,8 +29,11 @@ export default defineAppConfig({ name: '我的界面-参与调研', activityIds: 'com.jingdong.app.mall.MainFrameActivity', rules: - 'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[visibleToUser=true]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12642270', + 'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc!="返回"][visibleToUser=true]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642270', + 'https://gkd-kit.songe.li/import/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮 + ], }, ], });