opt.: use cdn as default

This commit is contained in:
lollipopkit
2024-03-09 17:43:15 +08:00
parent 519ca23556
commit 96a0b9cfd2
6 changed files with 10 additions and 46 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 793;
static const int build = 796;
static const String engine = "3.19.2";
static const String buildAt = "2024-03-08 15:18:32";
static const int modifications = 2;
static const String buildAt = "2024-03-09 16:45:22";
static const int modifications = 1;
static const int script = 40;
}