26 lines
722 B
JavaScript
26 lines
722 B
JavaScript
module.exports = {
|
|
'gocn.vip': {
|
|
_name: 'GoCN',
|
|
'.': [
|
|
{
|
|
title: '最新动态',
|
|
docs: 'https://docs.rsshub.app/routes/programming#GoCN',
|
|
source: ['/'],
|
|
target: '/gocn/news',
|
|
},
|
|
{
|
|
title: '每日新闻',
|
|
docs: 'https://docs.rsshub.app/routes/programming#GoCN',
|
|
source: ['/'],
|
|
target: '/gocn/topics',
|
|
},
|
|
{
|
|
title: '招聘',
|
|
docs: 'https://docs.rsshub.app/routes/programming#GoCN',
|
|
source: ['/'],
|
|
target: '/gocn/jobs',
|
|
},
|
|
],
|
|
},
|
|
};
|