Files
RSSHub/lib/v2/usts/radar.js
Fatpandac 5b620f60a6 feat(route): add 苏州科技大学教务处 (#9777)
* 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>
2022-05-18 01:26:36 +08:00

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',
},
],
},
};