mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
ssh: more tip
This commit is contained in:
@@ -1321,10 +1321,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `This function is now in the experimental stage. \nPlease report bugs on {url} or join our development.`
|
||||
/// `This function is now in the experimental stage.\n\nSuch as Backspace on IME not working on iOS. Please use virtual keys above IME.\n\nPlease report bugs on {url} or join our development.`
|
||||
String sshTip(Object url) {
|
||||
return Intl.message(
|
||||
'This function is now in the experimental stage. \nPlease report bugs on $url or join our development.',
|
||||
'This function is now in the experimental stage.\n\nSuch as Backspace on IME not working on iOS. Please use virtual keys above IME.\n\nPlease report bugs on $url or join our development.',
|
||||
name: 'sshTip',
|
||||
desc: '',
|
||||
args: [url],
|
||||
|
||||
Reference in New Issue
Block a user