mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复tg系统通知认证参数
This commit is contained in:
+4
-1
@@ -115,7 +115,10 @@ export default {
|
||||
},
|
||||
{ label: 'telegramBotProxyHost', tip: '代理IP' },
|
||||
{ label: 'telegramBotProxyPort', tip: '代理端口' },
|
||||
{ label: 'telegramBotProxyAuth', tip: 'telegram代理配置认证参数' },
|
||||
{
|
||||
label: 'telegramBotProxyAuth',
|
||||
tip: 'telegram代理配置认证参数, 用户名与密码用英文冒号连接 user:password',
|
||||
},
|
||||
{
|
||||
label: 'telegramBotApiHost',
|
||||
tip: 'telegram api自建的反向代理地址,默认tg官方api',
|
||||
|
||||
Reference in New Issue
Block a user