mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(微信): 青少年模式自动点击验证密码 (#2916)
Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
@@ -451,5 +451,17 @@ export default defineAppConfig({
|
|||||||
'https://i.gkd.li/import/13575195', //activityIds: 'com.tencent.mm.plugin.finder.ui.FinderHomeAffinityUI'
|
'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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user