From f3b712a205dfd82fd2ae4bd14e3c3356c82a70ad Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:36:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E7=95=8C=E9=9D=A2-=E4=BA=A7=E5=93=81=E6=8E=A8=E8=8D=90=20(#148?= =?UTF-8?q?1)?= 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] close #1476 --- src/apps/com.jingdong.app.mall.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 5d3fe7de..e178f6e2 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -83,5 +83,15 @@ export default defineAppConfig({ rules: '[text="京东登录"] > [desc="确认登录"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734', }, + { + enable: false, + key: 11, + name: '支付界面-产品推荐', + desc: '自动点击右上角【x】', + activityIds: + 'com.jd.lib.settlement.fillorder.activity.NewFillOrderActivity', + rules: 'ImageView[clickable=true && desc="关闭"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13191146', + }, ], });