chore: README

This commit is contained in:
lollipopkit
2024-04-12 00:26:00 +08:00
parent 64066e9622
commit 57fc8c2687
8 changed files with 71 additions and 64 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 845;
static const int build = 852;
static const String engine = "3.19.5";
static const String buildAt = "2024-04-09 16:51:43";
static const int modifications = 2;
static const String buildAt = "2024-04-10 23:54:34";
static const int modifications = 5;
static const int script = 44;
}

View File

@@ -13,7 +13,9 @@ abstract final class GithubIds {
'calvinweb',
'Liloupar',
'dccif',
'QazCetelic',
};
static const participants = <GhId>{
'jaychoubaby',
'fecture',
@@ -65,5 +67,8 @@ abstract final class GithubIds {
'MoMingRose',
'sakalakagg',
'cz32483490',
'zj1123581321',
'pctoolsx',
'pgs666',
};
}