feat(plugin): support authenticated proxy (#3175)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: JellyBrick <shlee1503@naver.com>
Co-authored-by: qiye45 <qiye45@users.noreply.github.com>
This commit is contained in:
qiye45
2025-05-11 01:04:00 +08:00
committed by GitHub
parent b9269bf085
commit 852933d4d7
10 changed files with 434 additions and 1 deletions

View File

@ -333,6 +333,30 @@
"description": "对音频应用压缩(压低响亮部分,提升柔和部分)",
"name": "音频压缩器"
},
"auth-proxy-adapter": {
"name": "认证代理适配",
"description": "支持使用需要身份验证的代理",
"menu": {
"disable": "禁用代理适配",
"enable": "启用代理适配",
"hostname": {
"label": "主机名"
},
"port": {
"label": "端口"
}
},
"prompt": {
"hostname": {
"title": "代理主机名",
"label": "请输入本地代理服务器的主机名(需要重启):"
},
"port": {
"title": "代理端口",
"label": "请输入本地代理服务器的端口号(需要重启):"
}
}
},
"blur-nav-bar": {
"description": "让导航栏透明及模糊",
"name": "模糊导航栏"