docs: update
This commit is contained in:
parent
f88d6b6e8a
commit
312e80cfd2
|
|
@ -367,3 +367,8 @@ Access control includes a whitelist and a blacklist, support IP and route, use `
|
|||
- mail:
|
||||
|
||||
- `EMAIL_CONFIG_{email}`: Mail setting, replace `{email}` with the email account, replace `@` in email account with `.`, eg. `EMAIL_CONFIG_xxx.gmail.com`. the value is in the format of `password=password&host=server&port=port`, eg. `password=123456&host=imap.gmail.com&port=993`
|
||||
|
||||
- nhentai torrent: [Registration](https://nhentai.net/register/)
|
||||
|
||||
- `NHENTAI_USERNAME`: nhentai username or email
|
||||
- `NHENTAI_PASSWORD`: nhentai password
|
||||
|
|
|
|||
|
|
@ -59,11 +59,11 @@ For example:
|
|||
|
||||
### Filter
|
||||
|
||||
<RouteEn author="MegrezZhu" example="/nhentai/language/chinese" path="/nhentai/:key/:keyword/:mode?" :paramsDesc="['Filter term, can be: parody, character, tag, artist, group, language, category','Filter value', 'mode, `simple` to only cover,`detail` to all content, default to `simple`']" anticrawler="1" />
|
||||
<RouteEn author="MegrezZhu hoilc" example="/nhentai/language/chinese" path="/nhentai/:key/:keyword/:mode?" :paramsDesc="['Filter term, can be: parody, character, tag, artist, group, language, category','Filter value', 'mode, `simple` to only cover,`detail` to all content, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/en/install/#route-specific-configurations), default to `simple`']" anticrawler="1" supportBT="1" />
|
||||
|
||||
### Advanced Search
|
||||
|
||||
<RouteEn author="MegrezZhu" example="/nhentai/search/language%3Ajapanese+-scat+-yaoi+-guro+-%22mosaic+censorship%22" path="/nhentai/search/:keyword/:mode?" :paramsDesc="['Keywords for search. You can copy the content after `q=` after searching on the original website, or you can enter it directly. See the [official website](https://nhentai.net/info/) for details', 'mode, `simple` to only cover,`detail` to all content, default to `simple`']" anticrawler="1"/>
|
||||
<RouteEn author="MegrezZhu hoilc" example="/nhentai/search/language%3Ajapanese+-scat+-yaoi+-guro+-%22mosaic+censorship%22" path="/nhentai/search/:keyword/:mode?" :paramsDesc="['Keywords for search. You can copy the content after `q=` after searching on the original website, or you can enter it directly. See the [official website](https://nhentai.net/info/) for details', 'mode, `simple` to only cover,`detail` to all content, `torrent` to include Magnet URI, need login, refer to [Route-specific Configurations](/en/install/#route-specific-configurations), default to `simple`']" anticrawler="1" supportBT="1"/>
|
||||
|
||||
## Tits Guru
|
||||
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ RSSHub 支持 `memory` 和 `redis` 两种缓存方式
|
|||
|
||||
- `PKUBBS_COOKIE`: BBS 注册用户登录后的 Cookie 值,获取方式:1.登录后打开论坛首页 2. 打开控制台 3. 刷新 4. 找到 <https://bbs.pku.edu.cn/v2/home.php> 请求 5. 找到请求头中的 Cookie
|
||||
|
||||
- nhentai torrent 下载: [申请地址](https://nhentai.net/register/)
|
||||
- nhentai torrent: [注册地址](https://nhentai.net/register/)
|
||||
|
||||
- `NHENTAI_USERNAME`: nhentai 用户名或邮箱
|
||||
- `NHENTAI_PASSWORD`: nhentai 密码
|
||||
|
|
|
|||
Loading…
Reference in New Issue