mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
* add hdu cs route * add hdu cs route document * add hdu cs radar rules * add rssbud support * trun to V2 * trun to V2 * (fix) hdu route cs spell check * (add) hdu cs route add maintainer * (fix) hdu cs route remove UA * (fix) hdu cs route link concatenated approve * (fix) hdu cs route add cache * (fix) hdu cs route title fix * (fix) hdu cs remove request header params * fix: cached results * fix: radar.js Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
14 lines
382 B
JavaScript
14 lines
382 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',
|
|
},
|
|
],
|
|
},
|
|
};
|