From dc87c17c9d3d174f4dd0b7b0dfb7e48779f3889e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 22 Nov 2025 20:06:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1-=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E8=A7=A3=E9=94=81=20Windows=20=E5=BE=AE=E4=BF=A1=20#?= =?UTF-8?q?1478?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 9c47df84..006cab80 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -484,10 +484,14 @@ export default defineGkdApp({ { fastQuery: true, activityIds: '.plugin.webwx.ui.WebWXUnlockUI', - matches: '[text="解锁"]', + matches: + '@[text="解锁"][clickable=true] < LinearLayout -2 [text^="解锁"][visibleToUser=true]', exampleUrls: 'https://m.gkd.li/57941037/85bb6dcd-0d04-46c1-af14-6e4b57ff4dca', - snapshotUrls: 'https://i.gkd.li/i/14490116', + snapshotUrls: [ + 'https://i.gkd.li/i/14490116', + 'https://i.gkd.li/i/23688962', + ], }, ], },