From 118b7b254b5c6ea57f91cb5da2e5790b8222efbb Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:03:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E7=95=8C=E9=9D=A2-=E6=94=AF=E4=BB=98=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#2432)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(京东): 购物车界面-支付成功广告弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.jingdong.app.mall.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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', + }, + ], + }, ], });