Jelajahi Sumber

更新部分配置说明

luolongfei 4 tahun lalu
induk
melakukan
5ec2fa61b3
1 mengubah file dengan 8 tambahan dan 9 penghapusan
  1. 8 9
      .env.example

+ 8 - 9
.env.example

@@ -24,7 +24,7 @@ FREENOM_PASSWORD=''
 # 多账户支持 Support for multiple accounts
 MULTIPLE_ACCOUNTS=''
 
-# 【可选】 Freenom 代理 e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080
+# 【可选】 Freenom 代理 [Optional] Freenom proxy e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080
 FREENOM_PROXY=''
 ######################  end 账户配置  #########################
 
@@ -41,18 +41,17 @@ TO=''
 # 是否启用邮件推送功能 1:启用 0:不启用 Whether to enable email push features 1: enabled 0: not enabled
 MAIL_ENABLE=0
 
-# 【可选】 自定义邮箱配置 Custom email config
+# 【可选】 自定义邮箱配置 [Optional] Custom email config
 # 如果你想使用除 “QQ邮箱、163邮箱、Gmail、Outlook邮箱” 外的第三方邮箱或者自建邮箱服务作为机器人邮箱,可以自定义邮箱配置,否则请不要配置这些项
-# If you want to use third-party mailboxes or self-built mailbox services other than "QQ mailbox, 163 mailbox, Gmail,
-# Outlook mailbox" as robot mailbox, you can customize mailbox configuration, otherwise, please don't configure these items.
+# If you want to use third-party mailboxes other than "QQ mailbox, 163 mailbox, Gmail, Outlook mailbox" or self-built mailbox service as robot mailbox, you can customize mailbox configuration, otherwise, please don't configure these items
 
-# 【可选】 SMTP 服务器 SMTP server e.g. smtp.gmail.com
+# 【可选】 SMTP 服务器 [Optional] SMTP server e.g. smtp.gmail.com
 MAIL_HOST=''
 
-# 【可选】 SMTP 端口号,一般是 587 或者 465 SMTP port
+# 【可选】 SMTP 端口号,一般是 587 或者 465 [Optional] SMTP port number, usually 587 or 465
 MAIL_PORT=''
 
-# 【可选】 邮件加密方式,一般是 tls 或者 ssl 或者 starttls Email encryption method
+# 【可选】 邮件加密方式,一般是 tls 或者 ssl 或者 starttls [Optional] Mail encryption method, usually tls or ssl or starttls
 MAIL_ENCRYPTION=''
 
 # end 自定义邮箱配置 end of custom email config
@@ -68,10 +67,10 @@ TELEGRAM_CHAT_ID=''
 # 你的 Telegram bot 的 token Token for your Telegram bot
 TELEGRAM_BOT_TOKEN=''
 
-# 【可选】 Telegram 代理 e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080
+# 【可选】 Telegram 代理 [Optional] Telegram proxy e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080
 TELEGRAM_PROXY=''
 
-# 【可选】 自建 Telegram 反向代理地址,不明白则请忽略此配置项,保持默认即可
+# 【可选】 自建 Telegram 反向代理地址,不明白则请忽略此配置项,保持默认即可 [Optional] Please do not modify this item
 # 参考:https://web.archive.org/web/20220221035315/https://hostloc.com/thread-805441-1-1.html
 # 只要是一个合法的网址即可,程式会自动提取网址的主机部分。例如 https://xxx.xx.workers.dev/ or xxx.xx.xx
 CUSTOM_TELEGRAM_HOST='api.telegram.org'