feat(微信): 扫码授权增加desc和activityIds (#1321)

This commit is contained in:
walklty
2023-10-24 01:09:07 +08:00
committed by GitHub
parent 9ca8955d7c
commit 2fd6caf180

View File

@@ -100,8 +100,13 @@ export default defineAppConfig({
{
key: 2,
name: '浏览器扫码微信登录自动授权',
activityIds: ['com.tencent.mm.plugin.webview.ui.tools.SDKOAuthUI'],
desc: '自动允许使用头像昵称等',
activityIds: [
'com.tencent.mm.plugin.webview.ui.tools.SDKOAuthUI',
'com.tencent.mm.ui.LauncherUI',
],
rules: 'Button[text="拒绝"] - Button[text="允许"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13065462', //com.tencent.mm.ui.LauncherUI
},
{
enable: false,