fix: ssh use SafeArea

This commit is contained in:
lollipopkit
2023-02-02 18:47:07 +08:00
parent 82a201d3dc
commit 7837fa4339
13 changed files with 44 additions and 36 deletions

View File

@@ -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}]";