Skip to content

Commit

Permalink
feat(radar): support web.okjike.com (#12788)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaineySpace authored Jul 13, 2023
1 parent c7d93dc commit e4c106a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/v2/jike/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,25 @@ module.exports = {
target: '/jike/topic/text/:id',
},
],
web: [
{
title: "用户动态",
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
source:"/u/:uid",
target:"/jike/user/:uid"
},
{
title:"圈子",
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
source:"/topic/:id",
target:"/jike/topic/:id"
},
{
title:"圈子 - 纯文字",
docs:"https://docs.rsshub.app/social-media.html#ji-ke",
source:"/topic/:id",
target:"/jike/topic/text/:id"
}
]
},
};

0 comments on commit e4c106a

Please sign in to comment.