From cb4f4670d2407121e81f1840d0b9cdec99346d00 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 9 Apr 2025 19:44:04 +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-=E8=87=AA=E5=8A=A8=E6=9F=A5=E7=9C=8B=E5=8E=9F?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 5a55f447..223f14c3 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -261,14 +261,17 @@ export default defineGkdApp({ { key: 0, fastQuery: true, - matches: - 'Button[text^="查看原图" || text^="查看原圖"][clickable=true]', + anyMatches: [ + 'Button[text^="查看"][clickable=true][visibleToUser=true]', + 'Button[clickable=true][text^="查看"][visibleToUser=true]', + ], exampleUrls: 'https://m.gkd.li/57941037/6bb9e68a-43f5-4482-96b1-899cc86fef32', snapshotUrls: [ 'https://i.gkd.li/i/13523031', 'https://i.gkd.li/i/17698956', 'https://i.gkd.li/i/19515095', + 'https://i.gkd.li/i/19645122', // 无法快速查询 ], }, ],