docs: add options for order in 18comic (#12124)

* fix(route): switch to international generic domain

* fix: restore original domain

* docs: add options for order in 18comic
This commit is contained in:
Ethan Shen 2023-03-17 22:29:02 +08:00 committed by GitHub
parent 9966ce7384
commit 1dbdea63de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -638,9 +638,9 @@ Sources
排列顺序
| 最新 | 最多点阅 | 最多图片 | 最爱 |
| ---- | -------- | -------- | ---- |
| mr | mv | mp | tf |
| 最新 | 最多点阅 | 最多图片 | 最高评分 | 最多评论 | 最多 |
| -- | ----- | ---- | ---- | ---- | ---- |
| mr | mv | mp | tr | md | tf |
关键字(供参考)
@ -651,7 +651,7 @@ Sources
### 搜索
<Route author="nczitzk" example="/18comic/search/photos/all/NTR" path="/18comic/search/:option?/:category?:keyword?/:time?/:order?" :paramsDesc="['选项,可选 `video``photos`,默认为 `photos`', '分类,同上表,默认为 `all` 即全部', '关键字,同上表,默认为空', '时间范围,同上表,默认为 `a` 即全部', '排列顺序,同上表,默认为 `mr` 即最新']">
<Route author="nczitzk" example="/18comic/search/photos/all/NTR" path="/18comic/search/:option?/:category?/:keyword?/:time?/:order?" :paramsDesc="['选项,可选 `video``photos`,默认为 `photos`', '分类,同上表,默认为 `all` 即全部', '关键字,同上表,默认为空', '时间范围,同上表,默认为 `a` 即全部', '排列顺序,同上表,默认为 `mr` 即最新']">
::: tip 提示

View File

@ -23,7 +23,7 @@ module.exports = {
return {
title: item.text().trim(),
link: `${rootUrl}${item.prev().find('a').attr('href')}`,
guid: `https://18comic.org${item.prev().find('a').attr('href')}`,
guid: `18comic:${item.prev().find('a').attr('href')}`,
};
});