new: more battery data & fix: auto reload

This commit is contained in:
lollipopkit
2023-12-20 17:26:04 +08:00
parent 7283c968ae
commit 4a93b326db
26 changed files with 247 additions and 147 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 683;
static const int build = 685;
static const String engine = "3.16.4";
static const String buildAt = "2023-12-19 15:25:07";
static const int modifications = 1;
static const String buildAt = "2023-12-20 14:09:17";
static const int modifications = 4;
static const int script = 32;
}