28 lines
864 B
JavaScript
28 lines
864 B
JavaScript
module.exports = {
|
|
'sicau.edu.cn': {
|
|
_name: '',
|
|
dky: [
|
|
{
|
|
title: '招生就业',
|
|
docs: 'https://docs.rsshub.app/routes/university#si-chuan-nong-ye-da-xue-zhao-sheng-jiu-ye',
|
|
source: ['/'],
|
|
target: '/sicau/zsjy/:category?',
|
|
},
|
|
{
|
|
title: '动物科技学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#si-chuan-nong-ye-da-xue',
|
|
source: ['/'],
|
|
target: '/sicau/dky/:category?',
|
|
},
|
|
],
|
|
yan: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/routes/university#si-chuan-nong-ye-da-xue',
|
|
source: ['/'],
|
|
target: '/sicau/yan/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|