mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
* fix(route): 南京理工大学 * refactor: migrate to v2 * refactor: migrate to v2 * Update yarn.lock * fix: remove standalone puppeteer extra * fix(route): minor misc changes * fix(route): sort routes in alphabetical order * fix(route): update utils.js
9 lines
281 B
JavaScript
9 lines
281 B
JavaScript
module.exports = {
|
|
'/cwc/:type?': ['MilkShakeYoung', 'jasongzy'],
|
|
'/dgxg/:type?': ['jasongzy'],
|
|
'/eo/:grade?/:type?': ['jasongzy'],
|
|
'/eoe/:type?': ['jasongzy'],
|
|
'/gs/:type?': ['MilkShakeYoung', 'jasongzy'],
|
|
'/jwc/:type?': ['MilkShakeYoung', 'jasongzy'],
|
|
};
|