26 lines
828 B
JavaScript
26 lines
828 B
JavaScript
module.exports = {
|
|
'usts.edu.cn': {
|
|
_name: '苏州科技大学',
|
|
jwch: [
|
|
{
|
|
title: '教务动态',
|
|
docs: 'https://docs.rsshub.app/routes/university#su-zhou-ke-ji-da-xue',
|
|
source: ['/jwdt.htm'],
|
|
target: '/wsts/jwch/jwdt',
|
|
},
|
|
{
|
|
title: '公告在线',
|
|
docs: 'https://docs.rsshub.app/routes/university#su-zhou-ke-ji-da-xue',
|
|
source: ['/ggzx.htm'],
|
|
target: '/wsts/jwch/ggzx',
|
|
},
|
|
{
|
|
title: '选课通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#su-zhou-ke-ji-da-xue',
|
|
source: ['/xktz.htm'],
|
|
target: '/wsts/jwch/xktz',
|
|
},
|
|
],
|
|
},
|
|
};
|