From d5afb64b1b1bf30d5b261f42c9cc79a20b1b6a35 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 10 Apr 2025 19:46:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BE=AE=E4=BF=A1-=E9=9D=92=E5=B0=91?= =?UTF-8?q?=E5=B9=B4=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index bed2fa3a..55098f4c 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -323,18 +323,20 @@ export default defineGkdApp({ key: 17, name: '青少年模式', fastQuery: true, + matchTime: 10000, actionMaximum: 1, - resetMatch: 'app', rules: [ { activityIds: ['.plugin.finder.', '.ui.LauncherUI'], - matches: ['[text*="青少年模式"]', '[text="我知道了"]'], + matches: + '@[text="我知道了"][index=parent.childCount.minus(1)] [text^="为呵护未成年人健康成长"][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/13538145', 'https://i.gkd.li/i/13575195', 'https://i.gkd.li/i/14735456', 'https://i.gkd.li/i/14896723', 'https://i.gkd.li/i/18135103', + 'https://i.gkd.li/i/19683937', ], }, ],