diff --git a/internal/server/router/handler/plugin.go b/internal/server/router/handler/plugin.go index 5cdd9b8..e3d8f30 100644 --- a/internal/server/router/handler/plugin.go +++ b/internal/server/router/handler/plugin.go @@ -209,7 +209,7 @@ func (h *PluginHandler) GetClientConfig(c *gin.Context) { schemaFields = append(schemaFields, dto.ConfigField{ Key: "auth_enabled", Label: "启用认证", - Type: "boolean", + Type: "bool", Description: "启用 HTTP Basic Auth 保护", }, dto.ConfigField{ Key: "auth_username",