mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
20 lines
591 B
JavaScript
20 lines
591 B
JavaScript
module.exports = {
|
|
'studygolang.com': {
|
|
_name: 'Go 语言中文网',
|
|
'.': [
|
|
{
|
|
title: '招聘',
|
|
docs: 'https://docs.rsshub.app/programming.html#go-yu-yan-zhong-wen-wang',
|
|
source: ['/'],
|
|
target: '/studygolang/jobs',
|
|
},
|
|
{
|
|
title: '周刊',
|
|
docs: 'https://docs.rsshub.app/programming.html#go-yu-yan-zhong-wen-wang',
|
|
source: ['/go/weekly', '/'],
|
|
target: '/studygolang/weekly',
|
|
},
|
|
],
|
|
},
|
|
};
|