style: auto format

This commit is contained in:
GitHub Action 2021-05-12 19:37:21 +00:00
parent 8ca9a7ab05
commit 09b438b94f
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ RSSHub 支持使用访问密钥 / 码,白名单和黑名单三种方式进行
- 邮箱 邮件列表路由:
- `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`。Linux内容格式为 `password=密码&host=服务器&port=端口`docker内容格式为 `password=密码\&host=服务器\&port=端口`,例如:
- `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`。Linux 内容格式为 `password=密码&host=服务器&port=端口`docker 内容格式为 `password=密码\&host=服务器\&port=端口`,例如:
- Linux 环境变量:`EMAIL_CONFIG_xxx.qq.com="password=123456&host=imap.qq.com&port=993"`
- docker 环境变量:`EMAIL_CONFIG_xxx.qq.com=password=123456\&host=imap.qq.com\&port=993`,请勿添加引号 `'``"`。