diff --git a/apps/telegram-search/1.1.9/data.yml b/apps/telegram-search/1.1.9/data.yml index d1d4ed61f..e8eb58d9f 100644 --- a/apps/telegram-search/1.1.9/data.yml +++ b/apps/telegram-search/1.1.9/data.yml @@ -50,3 +50,10 @@ additionalProperties: labelEn: Telegram APP HASH required: false type: text + - default: "" + edit: true + envKey: PROXY_URL + labelZh: 代理地址 + labelEn: Proxy Url + required: false + type: text diff --git a/apps/telegram-search/README.md b/apps/telegram-search/README.md index ce8b97449..4cb689e15 100644 --- a/apps/telegram-search/README.md +++ b/apps/telegram-search/README.md @@ -6,6 +6,19 @@ Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能 ![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) +## 安装说明 + +### 代理 URL 格式 + +`socks5://user:pass@host:port` + +PROXY_URL 环境变量支持以下格式: + ++ `SOCKS4: socks4://username:password@host:port?timeout=15` ++ `SOCKS5: socks5://username:password@host:port?timeout=15` ++ `HTTP: http://username:password@host:port?timeout=15` ++ `MTProxy: mtproxy://secret@host:port?timeout=15` + ## 简介 功能强大的 Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能。