Files
RSSHub/lib/v2/studygolang/radar.js
2023-08-15 03:12:12 +01:00

26 lines
858 B
JavaScript

module.exports = {
'studygolang.com': {
_name: 'Go 语言中文网',
'.': [
{
title: '板块',
docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang',
source: ['/go/:id', '/'],
target: '/studygolang/go/:id?',
},
{
title: '招聘',
docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang',
source: ['/go/jobs', '/'],
target: '/studygolang/go/jobs',
},
{
title: '周刊',
docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang',
source: ['/go/weekly', '/'],
target: '/studygolang/go/weekly',
},
],
},
};