mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
* feat(route): add 海角社区 * fix: limit to 15 * update lib/v2/hjedd/article.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: limit to 5
11 lines
246 B
JavaScript
11 lines
246 B
JavaScript
module.exports = {
|
|
'/event': ['nczitzk'],
|
|
'/hot': ['nczitzk'],
|
|
'/latest': ['nczitzk'],
|
|
'/news': ['nczitzk'],
|
|
'/notice': ['nczitzk'],
|
|
'/original': ['nczitzk'],
|
|
'/top': ['nczitzk'],
|
|
'/:node?/:type?': ['nczitzk'],
|
|
};
|