RSSHub/lib/v2/gocn/radar.js

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',
},
],
},
};