feat(豆瓣) 个性化内容推荐弹窗 (#717)

* feat(豆瓣)

- feat(个性化内容推荐弹窗)

* chore(actions): check_format_lint

* 个性化内容推荐

desc修改

* feat(开屏广告): 个性化内容推荐弹窗-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan
2023-10-08 00:22:45 +08:00
committed by GitHub
parent df9d5b0fef
commit 4e48fb61ac

View File

@@ -167,5 +167,16 @@ export default defineAppConfig({
], ],
}, },
}, },
{
key: 9,
name: '个性化内容推荐弹窗',
desc: '首页底部-个性化内容推荐弹窗-点击卡片右上角x直接关闭',
rules: {
activityIds: ['com.douban.frodo.activity.SplashActivity'],
matches:
'[id="com.douban.frodo:id/info"][text^="开启个性化推荐"] - [id="com.douban.frodo:id/close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12836798',
},
},
], ],
}); });