mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
* 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
20 lines
645 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|