From ac030efc21b908a8d0e84eeb0ae5e75fda4fdda4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 20 Mar 2024 12:59:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=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/=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=95=86=E5=AE=B6=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index cf094b5b..1f9ae785 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -597,17 +597,18 @@ export default defineAppConfig({ }, { key: 26, - name: '功能类-付款后自动点击完成', + name: '功能类-付款后自动点击完成/返回商家', rules: [ { quickFind: true, activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity', matches: - '@[vid="kinda_button_impl_wrapper"][clickable=true] > [text="完成"]', + '[text="完成" || text="返回商家"] <2 [vid="kinda_button_impl_wrapper"]', exampleUrls: 'https://m.gkd.li/57941037/a5177d9d-6745-443f-baf5-af57153430d8', snapshotUrls: [ 'https://i.gkd.li/i/14399355', + 'https://i.gkd.li/i/14662147', 'https://i.gkd.li/i/14532946', // 避免在此页面误触 ], },