23 lines
645 B
JavaScript
23 lines
645 B
JavaScript
module.exports = {
|
|
'91wllm.com': {
|
|
_name: '湖北高校就业网络联盟',
|
|
wtu: [
|
|
{
|
|
title: '武汉纺织大学就业信息',
|
|
docs: 'https://docs.rsshub.app/routes/university#wu-han-fang-zhi-da-xue',
|
|
source: '/news/index/tag/:type',
|
|
target: '/wtu/job/:type',
|
|
},
|
|
],
|
|
},
|
|
'wtu.edu.cn': {
|
|
_name: '武汉纺织大学',
|
|
wtu: [
|
|
{
|
|
title: '信息门户公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#wu-han-fang-zhi-da-xue',
|
|
},
|
|
],
|
|
},
|
|
};
|