mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
fix: add Lofter用户文章分类 & 视频 (#8061)
* fix: add Lofter用户文章分类 & 视频 * add limit * fix limit * refactor: migrate to v2 * fix: route path Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
This commit is contained in:
@@ -1977,18 +1977,6 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
'lofter.com': {
|
||||
_name: 'Lofter',
|
||||
www: [
|
||||
{
|
||||
title: '话题 (标签)',
|
||||
docs: 'https://docs.rsshub.app/social-media.html#lofter',
|
||||
source: ['/tag/:name', '/tag/:name/:type'],
|
||||
target: (params) => `/lofter/tag/${params.name}/${params.type || ''}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'yuque.com': {
|
||||
_name: '语雀',
|
||||
www: [
|
||||
|
||||
Reference in New Issue
Block a user