add: refresh btn on desktop

This commit is contained in:
lollipopkit
2023-08-10 18:39:58 +08:00
parent 4788f1dddc
commit 9ca096094f
6 changed files with 46 additions and 35 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 459;
static const int build = 460;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-10 00:38:01.678410";
static const int modifications = 3;
static const String buildAt = "2023-08-10 18:10:04.385080";
static const int modifications = 5;
}