From c1f8e9e3805dc1127135f8016e33b92addc3ce22 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 15 Dec 2025 18:47:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=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=E5=85=81=E8=AE=B8=E6=89=93?= =?UTF-8?q?=E5=BC=80=E5=A4=96=E9=83=A8=E5=BA=94=E7=94=A8=20#1569?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 73ca404e..12341df5 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -813,5 +813,21 @@ export default defineGkdApp({ }, ], }, + { + key: 44, + name: '功能类-自动允许打开外部应用', + desc: '点击允许', + rules: [ + { + fastQuery: true, + activityIds: '.plugin.webview.ui.tools.MMWebViewUI', + matches: [ + '[text^="即将离开微信"][visibleToUser=true]', + '[text="允许"][visibleToUser=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/24161524', + }, + ], + }, ], });