mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
345 B
JavaScript
14 lines
345 B
JavaScript
module.exports = {
|
|
'rustcc.cn': {
|
|
_name: 'Rust语言中文社区',
|
|
'.': [
|
|
{
|
|
title: '招聘',
|
|
docs: 'https://docs.rsshub.app/routes/programming#rust-yu-yan-zhong-wen-she-qu',
|
|
source: ['/'],
|
|
target: '/rustcc/jobs',
|
|
},
|
|
],
|
|
},
|
|
};
|