mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
优化应用配置
This commit is contained in:
@@ -50,3 +50,10 @@ additionalProperties:
|
|||||||
labelEn: Telegram APP HASH
|
labelEn: Telegram APP HASH
|
||||||
required: false
|
required: false
|
||||||
type: text
|
type: text
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: PROXY_URL
|
||||||
|
labelZh: 代理地址
|
||||||
|
labelEn: Proxy Url
|
||||||
|
required: false
|
||||||
|
type: text
|
||||||
|
|||||||
@@ -6,6 +6,19 @@ Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 安装说明
|
||||||
|
|
||||||
|
### 代理 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 聊天搜索工具,具有矢量搜索和语义匹配功能。
|
功能强大的 Telegram 聊天搜索工具,具有矢量搜索和语义匹配功能。
|
||||||
|
|||||||
Reference in New Issue
Block a user