From a0418bd48c67f3cecc03b472305493f51ba64eca Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 1 Apr 2025 22:00:48 +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=8E=88=E6=9D=83=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 9f73eaad..990808aa 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -171,11 +171,15 @@ export default defineGkdApp({ 'com.tencent.mm.ui.LauncherUI', 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI', ], - matches: ['[text^="获取你的"]', '[text="允许"]'], + matches: [ + '[text^="获取你的" || text^="取得你的" || text^="你的昵称"]', + '[text="允许" || text="允許"]', + ], snapshotUrls: [ 'https://i.gkd.li/i/12663602', 'https://i.gkd.li/i/13065462', 'https://i.gkd.li/i/15271716', + 'https://i.gkd.li/i/19496823', ], }, ],