mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
14 lines
357 B
JavaScript
14 lines
357 B
JavaScript
module.exports = {
|
|
'bupt.edu.cn': {
|
|
_name: '北京邮电大学',
|
|
'.': [
|
|
{
|
|
title: '人才招聘',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-you-dian-da-xue-ren-cai-zhao-pin',
|
|
source: ['/'],
|
|
target: '/bupt/rczp',
|
|
},
|
|
],
|
|
},
|
|
};
|