Files
RSSHub/lib/v2/hdu/radar.js
Yuri Kiriyama 473e1135ff feat(route): add a hdu-cs route and three pku-ss route (#10107)
* add(route) add a hdu-cs route and three pku-ss route

* add(route) add the route files above

* update the old hdu route style

* optimize the file name
2022-07-03 20:09:05 +08:00

20 lines
645 B
JavaScript

module.exports = {
'hdu.edu.cn': {
_name: '杭州电子科技大学',
computer: [
{
title: '计算机学院 - 通知公告',
docs: 'https://docs.rsshub.app/university.html#hang-zhou-dian-zi-ke-ji-da-xue',
source: '/6738/list.htm',
target: '/hdu/cs',
},
{
title: '杭电计算机-研究生通知',
docs: 'https://docs.rsshub.app/university.html#hang-zhou-dian-zi-ke-ji-da-xue',
source: '/6769/list.htm',
target: '/hdu/cs/pg',
},
],
},
};