pull/199/head
xiaojunnuo 2024-09-29 11:53:03 +08:00
parent d91026dc4f
commit 7ee9d915fb
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ export class SshAccess implements IAccess, ConnectConfig {
passphrase!: string;
@AccessInput({
title: '代理',
helper: '代理配置格式socks5://$username:$password@$host:$port',
title: 'socks代理',
helper: 'socks代理配置格式socks5://user:password@host:port',
component: {
name: 'a-input',
vModel: 'value',