mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
14 lines
340 B
JavaScript
14 lines
340 B
JavaScript
module.exports = {
|
|
'pku.edu.cn': {
|
|
_name: '北京大学',
|
|
hr: [
|
|
{
|
|
title: '人事处',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-da-xue-ren-shi-chu',
|
|
source: ['/'],
|
|
target: '/pku/hr/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|