mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
22 lines
585 B
JavaScript
22 lines
585 B
JavaScript
module.exports = {
|
|
'163.com': {
|
|
_name: '网易',
|
|
renjian: [
|
|
{
|
|
title: '人间',
|
|
docs: 'https://docs.rsshub.app/new-media.html#wang-yi-xin-wen-ren-jian',
|
|
source: ['/:category', '/'],
|
|
target: '/netease/renjian/:category?',
|
|
},
|
|
],
|
|
news: [
|
|
{
|
|
title: '排行榜',
|
|
docs: 'https://docs.rsshub.app/.html#',
|
|
source: ['/:category', '/'],
|
|
target: '//:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|