new: snippet fmt

This commit is contained in:
lollipopkit
2024-01-21 17:42:43 +08:00
parent 07cc0a22e8
commit 7414dcc8da
28 changed files with 229 additions and 178 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 709;
static const int build = 712;
static const String engine = "3.16.7";
static const String buildAt = "2024-01-19 17:32:15";
static const int modifications = 2;
static const int script = 34;
static const String buildAt = "2024-01-21 15:41:48";
static const int modifications = 5;
static const int script = 35;
}

View File

@@ -52,5 +52,6 @@ abstract final class GithubIds {
'luckyreny',
'aliuzzz',
'58fly',
'Potterli20',
};
}