From bd0dae83b7d6efa1afcdf175acd53e06505a1ec0 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:28:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E9=9D=92=E5=B0=91?= =?UTF-8?q?=E5=B9=B4=E6=A8=A1=E5=BC=8F=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=AF=86=E7=A0=81=20(#2916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: adproqwq <2757917031@qq.com> --- src/apps/com.tencent.mm.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index a93048d1..04a97ab3 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -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', + }, ], });