mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* fix(route): 中科大官网通知公告正文内容获取 * refactor: migrate to v2 * feat(route): 中国科学技术大学-研究生院/信息科学技术学院/电子工程与信息科学系 * fix: sort router * fix: deprecated url.resolve * fix: fulltext cache fix: nullish coalescing fix: data.link fix: cache.tryGet * fix: deepscan
9 lines
235 B
JavaScript
9 lines
235 B
JavaScript
module.exports = {
|
|
'/eeis/:type?': ['jasongzy'],
|
|
'/gs/:type?': ['jasongzy'],
|
|
'/job/:category?': ['nczitzk'],
|
|
'/jwc/:type?': ['hang333'],
|
|
'/news/:type?': ['hang333', 'jasongzy'],
|
|
'/sist/:type?': ['jasongzy'],
|
|
};
|