mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
module.exports = {
|
|
'ruc.edu.cn': {
|
|
_name: '中国人民大学',
|
|
hr: [
|
|
{
|
|
title: '人事处',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ren-min-da-xue-ren-shi-chu',
|
|
source: ['/'],
|
|
target: '/ruc/hr/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|