feat & fix

- support openwrt
- save server info failed if connect error
- support ssh 'none' auth
This commit is contained in:
Junyuan Feng
2022-05-29 18:34:55 +08:00
parent 3ed476275f
commit bb1bf9219c
12 changed files with 70 additions and 46 deletions

View File

@@ -790,11 +790,11 @@ class S {
);
}
/// `Please enter password.`
String get plzEnterPwd {
/// `Are you sure to use no password?`
String get sureNoPwd {
return Intl.message(
'Please enter password.',
name: 'plzEnterPwd',
'Are you sure to use no password?',
name: 'sureNoPwd',
desc: '',
args: [],
);