mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
24 lines
742 B
JavaScript
24 lines
742 B
JavaScript
module.exports = {
|
|
'medium.com': {
|
|
_name: 'Medium',
|
|
'.': [
|
|
{
|
|
title: '个性推荐 - For You',
|
|
docs: 'https://docs.rsshub.app/routes/blog#medium-ge-xing-tui-jian-for-you',
|
|
},
|
|
{
|
|
title: '个性推荐 - Following',
|
|
docs: 'https://docs.rsshub.app/routes/blog#medium-ge-xing-tui-jian-following',
|
|
},
|
|
{
|
|
title: '个性推荐 - Tag',
|
|
docs: 'https://docs.rsshub.app/routes/blog#medium-ge-xing-tui-jian-tag',
|
|
},
|
|
{
|
|
title: 'List',
|
|
docs: 'https://docs.rsshub.app/routes/blog#medium-list',
|
|
},
|
|
],
|
|
},
|
|
};
|