22 lines
635 B
JavaScript
22 lines
635 B
JavaScript
module.exports = {
|
|
'scau.edu.cn': {
|
|
_name: '华南农业大学',
|
|
yzb: [
|
|
{
|
|
title: '华农研讯',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-nong-ye-da-xue',
|
|
source: ['/2136/list1.htm', '/'],
|
|
target: '/scau/yzb',
|
|
},
|
|
],
|
|
yjsy: [
|
|
{
|
|
title: '研究生院通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-nong-ye-da-xue',
|
|
source: ['/208/list.htm', '/'],
|
|
target: '/scau/yjsy',
|
|
},
|
|
],
|
|
},
|
|
};
|