feat: 微信-功能类-自动允许打开外部应用 #1569

This commit is contained in:
AIsouler
2025-12-15 18:47:31 +08:00
parent c1c646c1e9
commit c1f8e9e380

View File

@@ -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',
},
],
},
],
});