54 lines
1.7 KiB
JavaScript
54 lines
1.7 KiB
JavaScript
module.exports = {
|
|
'ustc.edu.cn': {
|
|
_name: '中国科学技术大学',
|
|
'.': [
|
|
{
|
|
title: '官网通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/news',
|
|
},
|
|
],
|
|
'www.teach': [
|
|
{
|
|
title: '教务处通知新闻',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/jwc',
|
|
},
|
|
],
|
|
job: [
|
|
{
|
|
title: '就业信息网',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/job',
|
|
},
|
|
],
|
|
gradschool: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/gs',
|
|
},
|
|
],
|
|
sist: [
|
|
{
|
|
title: '信息科学技术学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/sist',
|
|
},
|
|
],
|
|
eeis: [
|
|
{
|
|
title: '电子工程与信息科学系',
|
|
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/eeis',
|
|
},
|
|
],
|
|
},
|
|
};
|