feat(radar): add manhuagui.com (#7284)
This commit is contained in:
parent
b0031d1041
commit
3f06caa9ef
|
|
@ -597,6 +597,17 @@
|
|||
},
|
||||
],
|
||||
},
|
||||
'manhuagui.com': {
|
||||
_name: '漫画柜',
|
||||
www: [
|
||||
{
|
||||
title: '漫画更新',
|
||||
docs: 'https://docs.rsshub.app/anime.html#kan-man-hua',
|
||||
source: '/comic/:id/',
|
||||
target: '/manhuagui/comic/:id',
|
||||
},
|
||||
],
|
||||
},
|
||||
'pgyer.com': {
|
||||
_name: '蒲公英应用分发',
|
||||
www: [
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@ pageClass: routes
|
|||
|
||||
### 漫画更新
|
||||
|
||||
<Route author="MegrezZhu" path="/manhuagui/comic/:id" example="/manhuagui/comic/22942" :paramsDesc="['漫画ID']"/>
|
||||
<Route author="MegrezZhu" path="/manhuagui/comic/:id" example="/manhuagui/comic/22942" :paramsDesc="['漫画ID']" radar="1" rssbud="1"/>
|
||||
|
||||
## 漫画 DB
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue