mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* feat(route): add 苏州科技大学教务处 * fix(radar): fix radar docs link * fix(route): fix CodeQl high severity security vulnerability * Update lib/v2/usts/jwch.js Co-authored-by: Tony <TonyRL@users.noreply.github.com>
26 lines
822 B
JavaScript
26 lines
822 B
JavaScript
module.exports = {
|
|
'usts.edu.cn': {
|
|
_name: '苏州科技大学',
|
|
jwch: [
|
|
{
|
|
title: '教务动态',
|
|
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
source: ['/jwdt.htm'],
|
|
target: '/wsts/jwch/jwdt',
|
|
},
|
|
{
|
|
title: '公告在线',
|
|
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
source: ['/ggzx.htm'],
|
|
target: '/wsts/jwch/ggzx',
|
|
},
|
|
{
|
|
title: '选课通知',
|
|
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
source: ['/xktz.htm'],
|
|
target: '/wsts/jwch/xktz',
|
|
},
|
|
],
|
|
},
|
|
};
|