mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
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:
@@ -158,5 +158,19 @@ export default defineAppConfig({
|
|||||||
rules: 'ImageView[clickable=true && desc="关闭"]',
|
rules: 'ImageView[clickable=true && desc="关闭"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13191146',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user