Files
RSSHub/lib/v2/netease/radar.js
2021-11-27 08:33:03 +00:00

14 lines
310 B
JavaScript

module.exports = {
'163.com': {
_name: '网易新闻',
news: [
{
title: '排行榜',
docs: 'https://docs.rsshub.app/.html#',
source: ['/:category', '/'],
target: '//:category?',
},
],
},
};