mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
384 B
JavaScript
14 lines
384 B
JavaScript
module.exports = {
|
|
'github.com': {
|
|
_name: 'GitHub',
|
|
'.': [
|
|
{
|
|
title: 'Issues / Pull Requests 评论',
|
|
docs: 'https://docs.rsshub.app/programming.html#github',
|
|
source: ['/:user/:repo/:type/:number'],
|
|
target: '/github/comments/:user/:repo/:type/:number',
|
|
},
|
|
],
|
|
},
|
|
};
|