mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
feat(route): add csdnblogs route (#11532)
* feat(route): add csdnblogs route * fix: maintainer
This commit is contained in:
37
lib/v2/cnblogs/radar.js
Normal file
37
lib/v2/cnblogs/radar.js
Normal file
@@ -0,0 +1,37 @@
|
||||
module.exports = {
|
||||
'cnblogs.com': {
|
||||
_name: '博客园',
|
||||
www: [
|
||||
{
|
||||
title: '10天推荐排行榜',
|
||||
docs: 'https://docs.rsshub.app/blog.html#博客园',
|
||||
source: ['/aggsite/topdiggs'],
|
||||
target: '/cnblogs/aggsite/topdiggs',
|
||||
},
|
||||
{
|
||||
title: '48小时阅读排行',
|
||||
docs: 'https://docs.rsshub.app/blog.html#博客园',
|
||||
source: ['/aggsite/topviews'],
|
||||
target: '/cnblogs/aggsite/topviews',
|
||||
},
|
||||
{
|
||||
title: '编辑推荐',
|
||||
docs: 'https://docs.rsshub.app/blog.html#博客园',
|
||||
source: ['/aggsite/headline'],
|
||||
target: '/cnblogs/aggsite/headline',
|
||||
},
|
||||
{
|
||||
title: '分类',
|
||||
docs: 'https://docs.rsshub.app/blog.html#博客园',
|
||||
source: ['/cate/:type'],
|
||||
target: '/cnblogs/cate/:type',
|
||||
},
|
||||
{
|
||||
title: '精华区',
|
||||
docs: 'https://docs.rsshub.app/blog.html#博客园',
|
||||
source: ['/pick'],
|
||||
target: '/cnblogs/pick',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user