mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new & opt
new: support set maxRetryCount of server reconnection opt: server detail UI opt: server provider opt: `ssh` page on Android
This commit is contained in:
@@ -821,6 +821,26 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Number of server reconnection`
|
||||
String get maxRetryCount {
|
||||
return Intl.message(
|
||||
'Number of server reconnection',
|
||||
name: 'maxRetryCount',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Will retry again and again.`
|
||||
String get maxRetryCountEqual0 {
|
||||
return Intl.message(
|
||||
'Will retry again and again.',
|
||||
name: 'maxRetryCountEqual0',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `min`
|
||||
String get min {
|
||||
return Intl.message(
|
||||
@@ -1391,6 +1411,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Times`
|
||||
String get times {
|
||||
return Intl.message(
|
||||
'Times',
|
||||
name: 'times',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `ttl`
|
||||
String get ttl {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user