migrate: appleos

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-17 22:59:32 +08:00
parent 76e98c6468
commit 966a60a82d
9 changed files with 130 additions and 47 deletions

View File

@@ -3,6 +3,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1069;
static const int script = 57;
static const int build = 1070;
static const int script = 58;
}