mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
20 lines
649 B
JavaScript
20 lines
649 B
JavaScript
module.exports = {
|
|
'hdu.edu.cn': {
|
|
_name: '杭州电子科技大学',
|
|
computer: [
|
|
{
|
|
title: '计算机学院 - 通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hang-zhou-dian-zi-ke-ji-da-xue',
|
|
source: '/6738/list.htm',
|
|
target: '/hdu/cs',
|
|
},
|
|
{
|
|
title: '杭电计算机-研究生通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hang-zhou-dian-zi-ke-ji-da-xue',
|
|
source: '/6769/list.htm',
|
|
target: '/hdu/cs/pg',
|
|
},
|
|
],
|
|
},
|
|
};
|