From ff7e1ff550e19db0bc5ca6f796b6b5e29e6b6b9d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 25 Nov 2025 20:49:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BE=AE=E4=BF=A1-=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E4=BB=98=E6=AC=BE=E6=97=B6=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB[=E6=94=AF=E4=BB=98]=20#1486?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 147d1479..bcdc2e28 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -565,16 +565,22 @@ export default defineGkdApp({ name: '功能类-付款时自动点击[支付]', fastQuery: true, actionMaximum: 1, - activityIds: '.framework.app.UIPageFragmentActivity', + activityIds: [ + '.framework.app.UIPageFragmentActivity', + '.plugin.lite.ui.WxaLiteAppTransparentLiteUI', + ], rules: [ { key: 0, - matches: + anyMatches: [ 'ViewGroup + ViewGroup > ViewGroup > [vid="kinda_button_impl_wrapper"][desc="支付"]', + '[desc^="付款方式"] + Button[desc="支付"][visibleToUser=true]', + ], snapshotUrls: [ 'https://i.gkd.li/i/15144570', 'https://i.gkd.li/i/15144571', 'https://i.gkd.li/i/15360745', + 'https://i.gkd.li/i/23746748', ], }, ],