20 lines
495 B
JavaScript
20 lines
495 B
JavaScript
module.exports = {
|
|
'gocn.vip': {
|
|
_name: 'GoCN',
|
|
'.': [
|
|
{
|
|
title: '文章',
|
|
docs: 'https://docs.rsshub.app/programming.html#GoCN',
|
|
source: ['/'],
|
|
target: '/gocn',
|
|
},
|
|
{
|
|
title: '招聘',
|
|
docs: 'https://docs.rsshub.app/programming.html#GoCN',
|
|
source: ['/'],
|
|
target: '/gocn/jobs',
|
|
},
|
|
],
|
|
},
|
|
};
|