diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 6fc9d3f9..bc2d5b77 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -158,5 +158,19 @@ export default defineAppConfig({ rules: 'ImageView[clickable=true && desc="关闭"]', snapshotUrls: 'https://i.gkd.li/import/13191146', }, + { + enable: false, + key: 12, + name: '购物车界面-支付成功广告弹窗', + desc: '自动点击正下方的【x】', + quickFind: true, + rules: [ + { + activityIds: 'com.jd.lib.cart.ShoppingCartNewActivity', + matches: '@ImageView - ViewGroup >2 TextView[text=\'查看订单\']', + snapshotUrls: 'https://i.gkd.li/import/13446362', + }, + ], + }, ], });