mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
26 lines
858 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|