feat: keyboard-interactive auth (#349)

This commit is contained in:
lollipopkit
2024-05-07 15:22:31 +08:00
parent 026e414388
commit d0523c1e54
15 changed files with 137 additions and 69 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 876;
static const int build = 877;
static const String engine = "3.19.6";
static const String buildAt = "2024-04-26 23:44:14";
static const int modifications = 4;
static const String buildAt = "2024-05-07 15:17:19";
static const int modifications = 15;
static const int script = 45;
}