feat(菜鸟): 包裹页面-弹窗广告、包裹页面-地图底部横条广告 (#1134)

* feat(菜鸟): 包裹页面-弹窗广告、包裹页面-地图底部横条广告

* fix(菜鸟): 更正包裹页面-地图底部横条广告快照
This commit is contained in:
aoguai
2023-10-17 00:12:01 +08:00
committed by GitHub
parent 0e796dc985
commit 10868e15a6

View File

@@ -19,5 +19,24 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 1,
name: '包裹页面-弹窗广告',
quickFind: true,
activityIds: [
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
],
rules: 'RelativeLayout > ImageView[desc="关闭"]',
snapshotUrls: ['https://gkd-kit.songe.li/import/12914371'],
},
{
key: 2,
name: '包裹页面-地图底部横条广告',
activityIds: [
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
],
rules: 'View[desc="立即查看"] +2 ImageView[id=null]',
snapshotUrls: ['https://gkd-kit.songe.li/import/12914450'],
},
], ],
}); });