mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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:
@@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user