mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +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
14 lines
385 B
JavaScript
14 lines
385 B
JavaScript
module.exports = {
|
|
'/admission/sszs': ['pkuyjs'],
|
|
'/bbs/hot': ['wooddance'],
|
|
'/cls/lecture': ['TPOB'],
|
|
'/eecs/:type?': ['Ir1d'],
|
|
'/hr/:category?': ['nczitzk'],
|
|
'/nsd/gd': ['MisLink'],
|
|
'/rccp/mzyt': ['vhxubo'],
|
|
'/scc/recruit/:type?': ['DylanXie123'],
|
|
'/ss/notice': ['legr4ndk'],
|
|
'/ss/admission': ['legr4ndk'],
|
|
'/ss/pgadmin': ['legr4ndk'],
|
|
};
|