fix: disk size display

This commit is contained in:
lollipopkit
2024-01-25 22:34:11 +08:00
parent 47560173f9
commit 9edbc5cc89
18 changed files with 46 additions and 43 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 720;
static const int build = 721;
static const String engine = "3.16.8";
static const String buildAt = "2024-01-25 20:01:01";
static const String buildAt = "2024-01-25 20:49:53";
static const int modifications = 3;
static const int script = 36;
}