From 20a652360105e7f6299faaa37508b054b64d605e Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:24:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=E9=9D=92=E5=B0=91?= =?UTF-8?q?=E5=B9=B4=E6=A8=A1=E5=BC=8F=E5=BC=B9=E7=AA=97=20(#2899)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2884 --- src/apps/com.tencent.mm.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index b797e0af..a93048d1 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -440,10 +440,16 @@ export default defineAppConfig({ quickFind: true, actionMaximum: 1, resetMatch: 'app', - activityIds: 'com.tencent.mm.plugin.finder.ui.FinderSelfUI', + activityIds: [ + 'com.tencent.mm.plugin.finder.ui.FinderSelfUI', + 'com.tencent.mm.plugin.finder.ui.FinderHomeAffinityUI', + ], rules: 'TextView[text^="为呵护未成年人健康成长,微信推出青少年模式"] +2 Button[text="我知道了"]', - snapshotUrls: 'https://i.gkd.li/import/13538145', + snapshotUrls: [ + 'https://i.gkd.li/import/13538145', + 'https://i.gkd.li/import/13575195', //activityIds: 'com.tencent.mm.plugin.finder.ui.FinderHomeAffinityUI' + ], }, ], });