mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
14 lines
366 B
JavaScript
14 lines
366 B
JavaScript
module.exports = {
|
|
'bit.edu.cn': {
|
|
_name: '北京理工大学',
|
|
rszhaopin: [
|
|
{
|
|
title: '人才招聘',
|
|
docs: 'https://docs.rsshub.app/university.html#bei-jing-li-gong-da-xue-ren-cai-zhao-pin',
|
|
source: ['/'],
|
|
target: '/bit/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|