diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index db037af1..ef91061d 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -599,5 +599,29 @@ export default defineGkdApp({ }, ], }, + { + key: 34, + name: '功能类-付款时自动点击[支付]', + quickFind: true, + actionMaximum: 1, + activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity', + rules: [ + { + key: 0, + matches: '[vid="kinda_button_impl_wrapper"][desc="立即支付"]', + exampleUrls: + 'https://m.gkd.li/57941037/13fd1e89-6d75-4efe-90d6-91687de8c9b1', + snapshotUrls: 'https://i.gkd.li/i/15144571', + }, + { + preKeys: [0], + key: 1, + matches: '[vid="kinda_button_impl_wrapper"][desc="支付"]', + exampleUrls: + 'https://m.gkd.li/57941037/69380aa0-e6d2-4ea4-8ee7-6a1e45889e6c', + snapshotUrls: 'https://i.gkd.li/i/15144570', + }, + ], + }, ], });