From af677efdc50c9e957ae7ac667c91f95b06bf3972 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:43:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A5=BF=E4=BA=86=E4=B9=88):=20=E7=BA=A2?= =?UTF-8?q?=E5=8C=85=E5=BC=B9=E7=AA=97=E6=96=B0=E7=9A=84activityIds=20(#20?= =?UTF-8?q?67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2062 --- src/apps/me.ele.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 5e94d5ba..47836c9c 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -40,12 +40,14 @@ export default defineAppConfig({ activityIds: [ 'me.ele.component.pops2.Pops2MistDialog', 'me.ele.component.webcontainer.view.AppUCWebActivity', + 'me.ele.application.ui.Launcher.LauncherActivity', ], matches: '@ImageView[id=null][clickable=true] - ViewGroup >(5) ViewGroup[childCount=5]', snapshotUrls: [ 'https://i.gkd.li/import/12650238', 'https://i.gkd.li/import/13294893', + 'https://i.gkd.li/import/13331361', // me.ele.application.ui.Launcher.LauncherActivity ], }, {