22 lines
699 B
JavaScript
22 lines
699 B
JavaScript
module.exports = {
|
|
'jou.edu.cn': {
|
|
_name: '江苏海洋大学',
|
|
www: [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#jiang-su-hai-yang-da-xue-guan-wang-tong-zhi-gong-gao',
|
|
source: ['/index/tzgg.htm', '/'],
|
|
target: '/jou/tzgg',
|
|
},
|
|
],
|
|
yz: [
|
|
{
|
|
title: '研招通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#jiang-su-hai-yang-da-xue-yan-zhao-wang-tong-zhi-gong-gao',
|
|
source: ['/index/zxgg.htm', '/'],
|
|
target: '/jou/yztzgg',
|
|
},
|
|
],
|
|
},
|
|
};
|