mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
fix: ssh use SafeArea
This commit is contained in:
@@ -47,7 +47,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
static String m11(time) => "Spent time: ${time}";
|
||||
|
||||
static String m12(url) =>
|
||||
"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.";
|
||||
"This function is now in the experimental stage.\n\nPlease report bugs on ${url} or join our development.";
|
||||
|
||||
static String m13(name) => "Are you sure to delete [${name}]?";
|
||||
|
||||
|
||||
@@ -46,8 +46,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
static String m11(time) => "耗时: ${time}";
|
||||
|
||||
static String m12(url) =>
|
||||
"该功能目前处于测试阶段。\n\n例如:iOS上输入法无法退格。请使用输入法上方的虚拟键。\n\n请在 ${url} 反馈问题,或者加入我们开发。";
|
||||
static String m12(url) => "该功能目前处于测试阶段。\n\n请在 ${url} 反馈问题,或者加入我们开发。";
|
||||
|
||||
static String m13(name) => "确定删除[${name}]?";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user