mirror of https://github.com/certd/certd
chore:
parent
d91026dc4f
commit
7ee9d915fb
|
@ -65,8 +65,8 @@ export class SshAccess implements IAccess, ConnectConfig {
|
||||||
passphrase!: string;
|
passphrase!: string;
|
||||||
|
|
||||||
@AccessInput({
|
@AccessInput({
|
||||||
title: '代理',
|
title: 'socks代理',
|
||||||
helper: '代理配置,格式:socks5://$username:$password@$host:$port',
|
helper: 'socks代理配置,格式:socks5://user:password@host:port',
|
||||||
component: {
|
component: {
|
||||||
name: 'a-input',
|
name: 'a-input',
|
||||||
vModel: 'value',
|
vModel: 'value',
|
||||||
|
|
Loading…
Reference in New Issue