Add Func 链式代理 (#4624)

* 添加链式代理gui和语言支持
在Iruntime中添跟新链式代理配置方法
同时添加了cmd

* 修复读取运行时代理链配置文件bug

* t

* 完成链式代理配置构造

* 修复获取链式代理运行时配置的bug

* 完整的链式代理功能
This commit is contained in:
Junkai W.
2025-09-15 07:44:54 +08:00
committed by GitHub
parent a1f468202f
commit f2073a2f83
25 changed files with 1246 additions and 316 deletions

View File

@@ -26,6 +26,11 @@
"Label-Settings": "Settings",
"Proxies": "Proxies",
"Proxy Groups": "Proxy Groups",
"Node Pool": "Node Pool",
"Connect": "Connect",
"Connecting...": "Connecting...",
"Disconnect": "Disconnect",
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
"Proxy Provider": "Proxy Provider",
"Proxy Count": "Proxy Count",
"Update All": "Update All",
@@ -33,6 +38,13 @@
"rule": "rule",
"global": "global",
"direct": "direct",
"Chain Proxy": "🔗 Chain Proxy",
"Chain Proxy Config": "Chain Proxy Config",
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
"No proxy chain configured": "No proxy chain configured",
"Proxy Order": "Proxy Order",
"timeout": "Timeout",
"Clear All": "Clear All",
"script": "script",
"locate": "locate",
"Delay check": "Delay check",
@@ -664,5 +676,6 @@
"Failed to save configuration": "Failed to save configuration",
"Controller address copied to clipboard": "Controller address copied to clipboard",
"Secret copied to clipboard": "Secret copied to clipboard",
"Saving...": "Saving..."
"Saving...": "Saving...",
"Proxy node already exists in chain": "Proxy node already exists in chain"
}