mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(微信): 扫码授权增加desc和activityIds (#1321)
This commit is contained in:
@@ -100,8 +100,13 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '浏览器扫码微信登录自动授权',
|
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="允许"]',
|
rules: 'Button[text="拒绝"] - Button[text="允许"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13065462', //com.tencent.mm.ui.LauncherUI
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user