config/config.go
@@ -60,9 +60,10 @@ // 梯控设备 type nvcs struct { Model string `mapstructure:"model"` // 型号 Port string `mapstructure:"port"` // 端口 OSD string `mapstructure:"osd"` Model string `mapstructure:"model"` // 型号 Port string `mapstructure:"port"` // 端口 OSD string `mapstructure:"osd"` RunState bool `mapstructure:"run-state"` } type rateLimitConfig struct {