docs: update proxy configuration comments for clarity in README and example config files

This commit is contained in:
krau
2026-01-06 09:35:21 +08:00
parent 8972d8a169
commit 3f914f7a64
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
[telegram]
token = "" # 你的 Bot Token, 在 @BotFather 获取
[telegram.proxy]
# 启用代理连接 telegram, 当前只支持 socks5
# 启用代理连接 telegram
enable = false
url = "socks5://127.0.0.1:7890"