RSSHub/lib/v2/hotchina/radar.js

26 lines
826 B
JavaScript

module.exports = {
'hotchina.news': {
_name: '辛華社',
'.': [
{
title: '首页',
docs: 'https://docs.rsshub.app/routes/new-media#xin-hua-she-shou-ye',
source: ['/'],
target: '/hotchina',
},
{
title: '分类',
docs: 'https://docs.rsshub.app/routes/new-media#xin-hua-she-fen-lei',
source: ['/archives/category/:id', '/'],
target: '/hotchina/category/:id?',
},
{
title: '标签',
docs: 'https://docs.rsshub.app/routes/new-media#xin-hua-she-biao-qian',
source: ['/archives/tag/:id', '/'],
target: '/hotchina/tag/:id?',
},
],
},
};