mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
* 增加HelloGithub的RSS订阅 * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
26 lines
887 B
JavaScript
26 lines
887 B
JavaScript
module.exports = {
|
|
'hellogithub.com': {
|
|
_name: 'HelloGitHub',
|
|
'.': [
|
|
{
|
|
title: '文章列表',
|
|
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
|
|
source: ['/article', '/article/?url=/periodical/volume/'],
|
|
target: '/hellogithub/article',
|
|
},
|
|
{
|
|
title: '编程语言排行榜',
|
|
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
|
|
source: '/report/:type/?url=/periodical/volume/',
|
|
target: '/hellogithub/ranking/:type',
|
|
},
|
|
{
|
|
title: '月刊',
|
|
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
|
|
source: '/periodical/volume/',
|
|
target: '/hellogithub/month',
|
|
},
|
|
],
|
|
},
|
|
};
|