opt.: detail page cpu collapse / expand

This commit is contained in:
lollipopkit
2023-11-01 00:01:09 -06:00
parent 040cd6a29f
commit 3d47390bf1
5 changed files with 76 additions and 58 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 618;
static const int build = 622;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-31 15:59:28";
static const int modifications = 7;
static const int script = 23;
static const String buildAt = "2023-10-31 20:16:41";
static const int modifications = 2;
static const int script = 25;
}