mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
41 lines
1.3 KiB
JavaScript
41 lines
1.3 KiB
JavaScript
module.exports = {
|
|
'91wllm.com': {
|
|
_name: '湖北高校就业网络联盟',
|
|
ccnu: [
|
|
{
|
|
title: '华中师范大学就业信息',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-shi-fan-da-xue',
|
|
source: ['/news/index/tag/tzgg', '/'],
|
|
target: '/ccnu/career',
|
|
},
|
|
],
|
|
},
|
|
'ccnu.edu.cn': {
|
|
_name: '华中师范大学',
|
|
cs: [
|
|
{
|
|
title: '计算机学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-shi-fan-da-xue',
|
|
source: ['/xwzx/tzgg.htm', '/'],
|
|
target: '/ccnu/cs',
|
|
},
|
|
],
|
|
gs: [
|
|
{
|
|
title: '研究生通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-shi-fan-da-xue',
|
|
source: ['/zsgz/ssyjs.htm', '/'],
|
|
target: '/ccnu/yjs',
|
|
},
|
|
],
|
|
uowji: [
|
|
{
|
|
title: '伍论贡学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-zhong-shi-fan-da-xue',
|
|
source: ['/xwzx/tzgg.htm', '/'],
|
|
target: '/ccnu/wu',
|
|
},
|
|
],
|
|
},
|
|
};
|