From f68280e34bbb59c21f97da26843f79ffcda78dfe Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 14 Dec 2024 16:35:19 +0800 Subject: [PATCH] =?UTF-8?q?perf(=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?= 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, 2 insertions(+), 4 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 23a5f9c4..94128dfd 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -353,16 +353,14 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - activityIds: [ - 'com.tencent.mm.plugin.finder.ui.', - 'com.tencent.mm.ui.LauncherUI', - ], + activityIds: ['.plugin.finder.', '.ui.LauncherUI'], matches: ['[text*="青少年模式"]', '[text="我知道了"]'], 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', ], }, ],