From 737f4910ea0e422995daaffe61e326ba2eab706f Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:49:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E6=94=AF=E4=BB=98=E8=AE=A2=E5=8D=95=E5=90=8E?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=E5=BC=80=E9=80=9A[=E5=88=B7=E8=84=B8?= =?UTF-8?q?=E6=94=AF=E4=BB=98]=20(#975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 6d238e3b..46ab0623 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -265,5 +265,23 @@ export default defineGkdApp({ }, ], }, + { + key: 15, + name: '功能类-支付订单后跳过开通[刷脸支付]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + rules: [ + { + fastQuery: true, + activityIds: + 'com.wangyin.payment.jdpaysdk.counter.ui.pay.CounterActivity', + action: 'back', + matches: '[text="开启刷脸支付"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/bad5489e-0ec6-4039-8e4e-52b4b444f019', + snapshotUrls: 'https://i.gkd.li/i/20709175', + }, + ], + }, ], });