mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
feat(微信): 青少年模式自动点击验证密码 (#2916)
Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
parent
ae954d49fa
commit
bd0dae83b7
|
@ -451,5 +451,17 @@ export default defineAppConfig({
|
|||
'https://i.gkd.li/import/13575195', //activityIds: 'com.tencent.mm.plugin.finder.ui.FinderHomeAffinityUI'
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 18,
|
||||
name: '青少年模式自动点击验证密码',
|
||||
desc: '点击“验证密码”以申请临时访问',
|
||||
activityIds: 'com.tencent.mm.plugin.teenmode.ui.AuthorizationRequestUI',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
matchTime: 10000,
|
||||
rules: '@LinearLayout[childCount=2] > [text="验证密码"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13588338',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user