From 9d4ee460a92c290dac22c2b19baed0c0564773c5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 18 May 2024 21:55:55 +0800 Subject: [PATCH] =?UTF-8?q?perf(=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=E6=97=B6=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB[=E6=94=AF=E4=BB=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 61a9a4be..978decfb 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -549,18 +549,27 @@ export default defineGkdApp({ rules: [ { key: 0, + excludeMatches: + 'Button[desc="使用密码"] < * <2 * >6 [vid="kinda_button_impl_wrapper"][desc="支付"]', 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', + snapshotUrls: [ + 'https://i.gkd.li/i/15144571', + 'https://i.gkd.li/i/15360745', + ], }, { preKeys: [0], key: 1, - matches: '[vid="kinda_button_impl_wrapper"][desc="支付"]', + matches: + 'Button[desc="使用密码"] < * <2 * >6 [vid="kinda_button_impl_wrapper"][desc="支付"]', exampleUrls: 'https://m.gkd.li/57941037/69380aa0-e6d2-4ea4-8ee7-6a1e45889e6c', - snapshotUrls: 'https://i.gkd.li/i/15144570', + snapshotUrls: [ + 'https://i.gkd.li/i/15144570', + 'https://i.gkd.li/i/15360744', + ], }, ], },