mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
26 lines
773 B
JavaScript
26 lines
773 B
JavaScript
module.exports = {
|
|
'cnbeta.com': {
|
|
_name: 'cnBeta',
|
|
'.': [
|
|
{
|
|
title: '最新',
|
|
docs: 'https://docs.rsshub.app/new-media.html#cnbeta-zuixin',
|
|
source: ['/'],
|
|
target: '/cnbeta',
|
|
},
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#cnbeta-fenlei',
|
|
source: ['/category/:id', '/'],
|
|
target: '/cnbeta/category/:id',
|
|
},
|
|
{
|
|
title: '主题',
|
|
docs: 'https://docs.rsshub.app/new-media.html#cnbeta-zhuti',
|
|
source: ['/topics/:id', '/'],
|
|
target: '/cnbeta/topics/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|