feat: add juejin radar rule (#6540)
This commit is contained in:
parent
c10b43bf78
commit
342e9cf090
|
|
@ -463,12 +463,42 @@
|
|||
'juejin.cn': {
|
||||
_name: '掘金',
|
||||
'.': [
|
||||
{
|
||||
title: '标签',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-biao-qian',
|
||||
source: '/tag/:tag',
|
||||
target: '/juejin/tag/:tag',
|
||||
},
|
||||
{
|
||||
title: '小册',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-xiao-ce',
|
||||
source: '/books',
|
||||
target: '/juejin/books',
|
||||
},
|
||||
{
|
||||
title: '沸点',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-fei-dian',
|
||||
source: ['/pins/:type', '/pins/topic/:type'],
|
||||
target: (params) => (params.type !== 'recommended' ? '/juejin/pins/:type' : '/juejin/pins'),
|
||||
},
|
||||
{
|
||||
title: '专栏',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin',
|
||||
source: '/user/:id/posts',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-zhuan-lan',
|
||||
source: ['/user/:id', '/user/:id/posts'],
|
||||
target: '/juejin/posts/:id',
|
||||
},
|
||||
{
|
||||
title: '收藏集',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-shou-cang-ji',
|
||||
source: ['/user/:id', '/user/:id/collections'],
|
||||
target: '/juejin/collections/:id',
|
||||
},
|
||||
{
|
||||
title: '单个收藏夹',
|
||||
docs: 'https://docs.rsshub.app/programming.html#jue-jin-dan-ge-shou-cang-jia',
|
||||
source: '/collection/:collectionId',
|
||||
target: '/juejin/collection/:collectionId',
|
||||
},
|
||||
],
|
||||
},
|
||||
'anime1.me': {
|
||||
|
|
|
|||
Loading…
Reference in New Issue