style: auto format
This commit is contained in:
parent
6b8a40794e
commit
cda7861683
|
|
@ -96,6 +96,20 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
## E-Hentai
|
||||
|
||||
### 收藏
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/favorites/0/posted" path="/ehentai/favorites/:favcat?/:order?/:page?/:bittorrent?" :paramsDesc="['收藏夹编号,可选','顺序,可选:posted-按画廊发布时间排序,favorited-按添加收藏的时间排序', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
||||
### 标签
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/tag/language:chinese/1" path="/ehentai/tag/:tag/:page?/:bittorrent?" :paramsDesc="['标签', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
||||
### 搜索
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/search/:params?/:page?" path="/ehentai/search/:params?/:page?/:bittorrent?" :paramsDesc="['用于搜索的关键词。可在原网站搜索后复制 `https://e-hentai.org/?` 后面的内容', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
||||
## Elite Babes
|
||||
|
||||
### Home
|
||||
|
|
@ -479,17 +493,3 @@ R18 显示
|
|||
### 最新主题
|
||||
|
||||
<Route author="nczitzk" example="/zhutix/latest" path="/zhutix/latest"/>
|
||||
|
||||
## E-Hentai
|
||||
|
||||
### 收藏
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/favorites/0/posted" path="/ehentai/favorites/:favcat?/:order?/:page?/:bittorrent?" :paramsDesc="['收藏夹编号,可选','顺序,可选:posted-按画廊发布时间排序,favorited-按添加收藏的时间排序', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
||||
### 标签
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/tag/language:chinese/1" path="/ehentai/tag/:tag/:page?/:bittorrent?" :paramsDesc="['标签', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
||||
### 搜索
|
||||
|
||||
<Route author="Howard Yin" example="/ehentai/search/:params?/:page?" path="/ehentai/search/:params?/:page?/:bittorrent?" :paramsDesc="['用于搜索的关键词。可在原网站搜索后复制 `https://e-hentai.org/?` 后面的内容', '爬获取第多少页的数据', '是否获取种子链接']" anticrawler="1" supportBT="1" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue