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:
Ethan Shen
2022-02-24 00:23:10 +08:00
committed by GitHub
parent 5231825cde
commit 4f0c1cfdb2
11 changed files with 86 additions and 79 deletions

View File

@@ -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: [