fix: sftp mission error display

This commit is contained in:
lollipopkit
2023-10-31 18:50:37 +08:00
parent bff799afd9
commit f2edd14117
6 changed files with 37 additions and 22 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 616;
static const int build = 618;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-30 14:48:00";
static const String buildAt = "2023-10-30 17:18:16";
static const int modifications = 5;
static const int script = 23;
}