From 22978e154cd37fb3d3a7864238d235046e1454b3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 14 Oct 2024 09:41:14 +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?=E7=82=B9=E5=87=BB[=E5=AE=8C=E6=88=90](#404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cdfb100a..9d3dbafa 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -223,5 +223,19 @@ export default defineGkdApp({ }, ], }, + { + key: 14, + name: '功能类-支付订单后点击[完成]', + rules: [ + { + fastQuery: true, + activityIds: + '.bundle.cashierfinish.view.CashierUserContentCompleteActivity', + matches: '[vid="lib_cashier_finish_back_page_text"]', + exampleUrls: 'https://e.gkd.li/ab886df0-2b34-4804-be7d-742a06fadda9', + snapshotUrls: 'https://i.gkd.li/i/17358003', + }, + ], + }, ], });