mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(饿了么): 活动弹窗(补充activityId) (#2736)
This commit is contained in:
@@ -70,25 +70,31 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '天天特价',
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'me.ele.component.pops2.Pops2MistDialog',
|
'me.ele.component.pops2.Pops2MistDialog',
|
||||||
'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity',
|
'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity',
|
||||||
|
'me.ele.application.ui.Launcher.LauncherActivity',
|
||||||
],
|
],
|
||||||
matches:
|
matches:
|
||||||
'@ImageView[clickable=true] - ImageView < [id="me.ele:id/id_magex_mistview"][childCount=2]',
|
'@ImageView[clickable=true] - ImageView < [id="me.ele:id/id_magex_mistview"][childCount=2]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12726709',
|
'https://i.gkd.li/import/12726709',
|
||||||
'https://i.gkd.li/import/13476719',
|
'https://i.gkd.li/import/13476719',
|
||||||
|
'https://i.gkd.li/import/13523508',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '全能超市-活动弹窗',
|
activityIds: [
|
||||||
activityIds: 'me.ele.application.ui.Launcher.LauncherActivity',
|
'me.ele.application.ui.Launcher.LauncherActivity',
|
||||||
|
'me.ele.application.ui.Launcher.LauncherActivity',
|
||||||
|
],
|
||||||
matches:
|
matches:
|
||||||
'[id="me.ele:id/fl_render_e_shop"] + FrameLayout >n ViewGroup[childCount=6] > View[index=5]',
|
'[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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user