mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
* feat(route): add Luogu user blog * used html as description instead * Do not set pubDate if there isn't any. * used Luogu API
7 lines
187 B
JavaScript
7 lines
187 B
JavaScript
module.exports = {
|
|
'/contest': ['prnake'],
|
|
'/daily/:id?': ['LogicJake ', 'prnake ', 'nczitzk'],
|
|
'/user/feed/:uid': ['solstice23'],
|
|
'/user/blog/:username': ['ftiasch'],
|
|
};
|