mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
* feat(route): GoCn招聘、Go语言中文网招聘 * fix: typo * fix: timezone Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
14 lines
346 B
JavaScript
14 lines
346 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',
|
|
},
|
|
],
|
|
},
|
|
};
|