提交 a85359ee 编写于 作者: Y yixiangboy

add tips

上级 17487d8d
......@@ -253,6 +253,7 @@
"关闭服务" = "stop server";
"温馨提示" = "tips";
"你可以通过下面地址访问" = "access server address";
"请保证当前手机和PC处在同一个局域网内" = "ensure phone and pc in the same wifi";
"服务已关闭" = "server is off";
"UI层级检查" = "UI Hierarchy";
"UI层级检查开关" = "UI Hierarchy switch";
......
......@@ -64,7 +64,7 @@
if (isrunning) {
tips = [NSString stringWithFormat:@"%@:\n\n%@:\n\n%@", DoraemonLocalizedString(@"温馨提示"), DoraemonLocalizedString(@"你可以通过下面地址访问"), [DebugDatabaseManager shared].serverURL];
}else {
tips = [NSString stringWithFormat:@"%@:\n\n%@!", DoraemonLocalizedString(@"温馨提示"), DoraemonLocalizedString(@"服务已关闭")];
tips = [NSString stringWithFormat:@"%@:\n\n%@!\n%@!\n", DoraemonLocalizedString(@"温馨提示"), DoraemonLocalizedString(@"服务已关闭"), DoraemonLocalizedString(@"请保证当前手机和PC处在同一个局域网内")];
}
_tipLabel.text = tips;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册