feat(京东): 购物车界面-支付成功广告弹窗 (#2432)

* feat(京东): 购物车界面-支付成功广告弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
xiaowonet
2023-11-24 00:03:53 +08:00
committed by GitHub
parent 8c1bdaf574
commit 118b7b254b

View File

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