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