From 1e69ba06fa0fb96baf1eb77adc33b609c67be639 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:45:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A5=BF=E4=BA=86=E4=B9=88):=20=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85activityI?= =?UTF-8?q?d=EF=BC=89=20(#2736)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/me.ele.ts | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 793ed17f..c7ee5046 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -70,25 +70,31 @@ export default defineAppConfig({ rules: [ { key: 1, - name: '天天特价', activityIds: [ 'me.ele.component.pops2.Pops2MistDialog', 'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity', + 'me.ele.application.ui.Launcher.LauncherActivity', ], matches: '@ImageView[clickable=true] - ImageView < [id="me.ele:id/id_magex_mistview"][childCount=2]', snapshotUrls: [ 'https://i.gkd.li/import/12726709', 'https://i.gkd.li/import/13476719', + 'https://i.gkd.li/import/13523508', ], }, { key: 2, - name: '全能超市-活动弹窗', - activityIds: 'me.ele.application.ui.Launcher.LauncherActivity', + activityIds: [ + 'me.ele.application.ui.Launcher.LauncherActivity', + 'me.ele.application.ui.Launcher.LauncherActivity', + ], matches: '[id="me.ele:id/fl_render_e_shop"] + FrameLayout >n ViewGroup[childCount=6] > View[index=5]', - snapshotUrls: 'https://i.gkd.li/import/13476611', + snapshotUrls: [ + 'https://i.gkd.li/import/13476611', + 'https://i.gkd.li/import/13523541', + ], }, ], },