mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(新浪微博): 评论区博主内容推荐 (#223)
* 新浪微博 评论区 同一博主微博推荐 * chore: 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user