Files
RSSHub/lib/v2/studygolang/radar.js
Fatpandac c586995584 fix(route): change to use a more precise selector (#12242)
* fix(route): change to use a more precise selector

* refactor: migrate to v2

---------
2023-04-06 04:28:40 +08:00

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',
},
],
},
};