Skip to content

Commit 3f8e754

Browse files
authored
feat(大众点评) 分段广告-推荐页卡片式广告(补充规则) (#42)
2 parents 1497e25 + f3dfeb0 commit 3f8e754

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/apps/com.dianping.v1.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,22 @@ export default defineAppConfig({
5050
},
5151
{
5252
key: 5,
53-
name: '局部广告-卡片式广告',
53+
name: '分段广告-推荐页卡片式广告',
5454
rules: [
5555
{
5656
key: 0,
57-
name: '推荐页卡片广告',
5857
activityIds: 'com.dianping.v1.NovaMainActivity',
5958
matches:
6059
'[desc="reculike_delete"][clickable=true][visibleToUser=true]',
6160
snapshotUrls: 'https://i.gkd.li/import/13759369',
6261
},
62+
{
63+
preKeys: 0,
64+
key: 1,
65+
activityIds: 'com.dianping.v1.NovaMainActivity',
66+
matches: '@[clickable=true] > [text="不看该内容"]',
67+
snapshotUrls: 'https://i.gkd.li/import/14238381',
68+
},
6369
],
6470
},
6571
],

0 commit comments

Comments
 (0)