fix: bio auth (#482)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-23 19:26:03 +08:00
committed by GitHub
parent 0a21b2820c
commit afda5fd4a4
7 changed files with 41 additions and 35 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1021;
static const int build = 1025;
static const int script = 53;
}