mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(菜鸟裹裹):物流详情贴条广告+物流详情自动展开 (#247)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -117,5 +117,34 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
name: '功能类-包裹页面-自动展开更多物流信息',
|
||||
desc: '点击[展开]',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
||||
matches:
|
||||
'@[clickable=true] > View[desc="展开"] <<n LinearLayout[vid="layout_root"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15879126',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 11,
|
||||
name: '局部广告-包裹页面-物流信息底部横条广告',
|
||||
desc: '点击右上角关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
||||
matches: '[vid="iv_banner_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15879126',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user