first commit

This commit is contained in:
gqc
2025-12-10 14:34:57 +08:00
parent 9b02bd9779
commit c554fd3d3d
13 changed files with 182 additions and 277 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type PortManager struct {
}
func NewPortManager() *PortManager {
// 推理端口范围:58881-58890HTTP),支持最多10个设备
ports := []int{58881, 58882, 58883, 58884, 58885, 58886, 58887, 58888, 58889, 58890}
// 初始化可用端口映射