From b07b6a45e4fd81cc43adc7cd683bfbcf6bc414cf Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 7 Apr 2024 18:03:21 +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=EF=BC=88=E8=A1=A5=E5=85=85activityi?= =?UTF-8?q?d=EF=BC=89?= 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, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 717ad33a..17a8ef01 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -487,12 +487,16 @@ export default defineAppConfig({ resetMatch: 'app', rules: [ { - activityIds: 'com.tencent.mm.plugin.finder.ui.', + activityIds: [ + 'com.tencent.mm.plugin.finder.ui.', + 'com.tencent.mm.ui.LauncherUI', + ], matches: '[text*="青少年模式"] +(2,3) [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', ], }, ],