feat(新浪微博): 评论区博主内容推荐 (#223)

* 新浪微博 评论区 同一博主微博推荐

* chore: 规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Cheng
2023-09-21 21:15:55 +08:00
committed by GitHub
parent f1c0cb8881
commit 22148c5a58

View File

@@ -72,5 +72,22 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 6,
name: '评论区博主内容推荐',
desc: '评论区同一博主其他博文推荐',
rules: [
{
activityIds: ['com.sina.weibo.utils.WeiboDialog$CustomDialog'],
matches: 'TextView[text="不感兴趣"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12674511',
},
{
activityIds: ['com.sina.weibo.feed.DetailWeiboActivity'],
matches: '[text="推荐"] < [id="com.sina.weibo:id/ll_close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12674498',
},
],
},
], ],
}); });