mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(微信): 青少年模式自动点击验证密码(补充8033版本适配) (#3076)
* feat(微信): 青少年模式自动点击验证密码(补充8033版本适配) * chore(actions): check_format_lint --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -452,16 +452,27 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
|
||||||
key: 18,
|
key: 18,
|
||||||
name: '青少年模式自动点击验证密码',
|
name: '青少年模式自动点击验证密码',
|
||||||
desc: '点击“验证密码”以申请临时访问',
|
desc: '点击“验证密码”以申请临时访问',
|
||||||
activityIds: 'com.tencent.mm.plugin.teenmode.ui.AuthorizationRequestUI',
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
resetMatch: 'activity',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
rules: '@LinearLayout[childCount=2] > [text="验证密码"]',
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds:
|
||||||
|
'com.tencent.mm.plugin.teenmode.ui.AuthorizationRequestUI',
|
||||||
|
matches: '@LinearLayout[childCount=2] > [text="验证密码"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13588338',
|
snapshotUrls: 'https://i.gkd.li/import/13588338',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI',
|
||||||
|
matches: ['View[text="申请今天临时访问"]', 'View[desc="验证密码"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13631987',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user