30 lines
892 B
JavaScript
30 lines
892 B
JavaScript
module.exports = {
|
|
'shmtu.edu.cn': {
|
|
_name: '上海海事大学',
|
|
jwc: [
|
|
{
|
|
title: '教务信息',
|
|
docs: 'https://docs.rsshub.app/routes/university#shang-hai-dian-li-da-xue',
|
|
source: ['/:type'],
|
|
target: '/shmtu/jwc/:type',
|
|
},
|
|
],
|
|
portal: [
|
|
{
|
|
title: '数字平台',
|
|
docs: 'https://docs.rsshub.app/routes/university#shang-hai-dian-li-da-xue',
|
|
source: ['/:type'],
|
|
target: '/shmtu/portal/:type',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '官网信息',
|
|
docs: 'https://docs.rsshub.app/routes/university#shang-hai-dian-li-da-xue',
|
|
source: ['/:type'],
|
|
target: '/shmtu/www/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|