mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix & opt
- apt/yum if not root, auto try saved pwd - ServerPrivateInfo.authorization: Object => String pwd - fix apt parse: caused by irrelevant output - serverprovider replace _servers[idx] with s
This commit is contained in:
@@ -330,20 +330,20 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `TTL`
|
||||
/// `ttl`
|
||||
String get ttl {
|
||||
return Intl.message(
|
||||
'TTL',
|
||||
'ttl',
|
||||
name: 'ttl',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Loss`
|
||||
/// `loss`
|
||||
String get loss {
|
||||
return Intl.message(
|
||||
'Loss',
|
||||
'loss',
|
||||
name: 'loss',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
||||
Reference in New Issue
Block a user