From ccf05b67eeab40403ffaa9a3cd76c712de18415e Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 2 May 2020 14:00:29 +0800 Subject: [PATCH] docs: typo --- docs/en/install/README.md | 2 +- docs/install/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/install/README.md b/docs/en/install/README.md index df89c615e9..87f02f8bac 100644 --- a/docs/en/install/README.md +++ b/docs/en/install/README.md @@ -351,7 +351,7 @@ Access control includes a whitelist and a blacklist, support IP and route, use ` `SENTRY`: [Sentry](https://sentry.io) dsn, used for error tracking -`DISALLOW_ROBOT`: prevent indexing by search engine +`DISALLOW_ROBOT`: prevent indexing by search engine, default to enable, set false or 0 to disable `HOTLINK_TEMPLATE`: Replace image link in description to avoid anti-hotlink protection, leave blank to disable this function. Usage reference [#2769](https://github.com/DIYgod/RSSHub/issues/2769). You may use any properity listed in [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL#Properties), format of JS template literal. e.g. `${protocol}//${host}${pathname}`, `https://i3.wp.com/${host}${pathname}` diff --git a/docs/install/README.md b/docs/install/README.md index 1036119008..2b03316c55 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -355,7 +355,7 @@ RSSHub 支持 `memory` 和 `redis` 两种缓存方式 `SENTRY`: [Sentry](https://sentry.io) dsn,用于错误追踪 -`DISALLOW_ROBOT`: 防止被搜索引擎收录 +`DISALLOW_ROBOT`: 阻止搜索引擎收录,默认开启,设置 false 或 0 关闭 `HOTLINK_TEMPLATE`: 用于处理描述中图片的链接,绕过防盗链等限制,留空不生效。用法参考[#2769](https://github.com/DIYgod/RSSHub/issues/2769)。可以使用[URL](https://developer.mozilla.org/en-US/docs/Web/API/URL#Properties)的所有属性,格式为 JS 变量模板。例子:`${protocol}//${host}${pathname}`, `https://i3.wp.com/${host}${pathname}`