Files
RSSHub/lib/v2/studygolang/radar.js
2023-04-10 18:30:52 -03:00

26 lines
852 B
JavaScript

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