feat(大众点评): 卡片式广告 (#3388)

This commit is contained in:
Kun Jinkao
2023-12-24 21:01:23 +08:00
committed by GitHub
parent 0a0e45e322
commit c0c7b3fe64

View File

@@ -55,5 +55,19 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 5,
name: '卡片式广告',
rules: [
{
key: 0,
name: '推荐页卡片广告',
activityIds: 'com.dianping.v1.NovaMainActivity',
matches:
'[desc="reculike_delete"][clickable=true][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13759369',
},
],
},
], ],
}); });