mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
* fix: add Lofter用户文章分类 & 视频 * add limit * fix limit * refactor: migrate to v2 * fix: route path Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
module.exports = {
|
|
'/tag/:name?/:type?': ['hoilc', 'nczitzk'],
|
|
'/user/:name?': ['hondajojo', 'nczitzk'],
|
|
};
|