From 515161e80d6c73b60e7e66d2e3b54fac02a81db9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:22:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E5=9B=A2)=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E4=BB=98=E6=AC=BE=E5=90=8E=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=AE=8C=E6=88=90=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sankuai.meituan.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.sankuai.meituan.ts b/src/apps/com.sankuai.meituan.ts index 4310c249..4acfdbf0 100644 --- a/src/apps/com.sankuai.meituan.ts +++ b/src/apps/com.sankuai.meituan.ts @@ -190,6 +190,7 @@ export default defineAppConfig({ name: '功能类-付款后自动点击完成', rules: [ { + key: 0, quickFind: true, activityIds: 'com.sankuai.waimai.platform.machpro.container.WMMPActivity', @@ -199,6 +200,13 @@ export default defineAppConfig({ 'https://m.gkd.li/57941037/257a3a0d-966b-4c16-89d9-abf9acaef9a9', snapshotUrls: 'https://i.gkd.li/i/14163717', }, + { + key: 1, + activityIds: + 'com.meituan.android.hybridcashier.HybridCashierActivity', + matches: '[text="支付成功"] >n [text="完成"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/i/14392284', + }, ], }, ],