🔨 优化会话工具栏.

This commit is contained in:
lijiahangmax
2025-07-09 00:19:17 +08:00
parent 0224e2f19a
commit abada92907
9 changed files with 403 additions and 280 deletions

View File

@@ -71,7 +71,7 @@ public class HostSshConfigDTO implements GenericsDataModel, UpdatePasswordAction
private Long keyId;
@NotNull
@Min(value = 1)
@Min(value = 0)
@Max(value = 100000)
@Schema(description = "连接超时时间")
private Integer connectTimeout;