feat: turn off countly

This commit is contained in:
lollipopkit
2024-04-23 00:58:04 +08:00
parent 1249055668
commit 73f2926469
20 changed files with 61 additions and 38 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 868;
static const String engine = "3.19.6";
static const String buildAt = "2024-04-22 18:23:32";
static const int modifications = 5;
static const int build = 871;
static const String engine = "3.19.5";
static const String buildAt = "2024-04-23 13:44:51";
static const int modifications = 6;
static const int script = 45;
}