From cdf6a97ca0bad1da72df0d528baf98a8f84b4cfd Mon Sep 17 00:00:00 2001 From: Powers Date: Thu, 14 Sep 2023 09:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf6037..30620a6 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ builder.Services.AddCaptcha(builder.Configuration, option => option.ImageOption.Width = 150; // 验证码宽度 option.ImageOption.Height = 50; // 验证码高度 - option.ImageOption.BackgroundColor = SixLabors.ImageSharp.Color.White; // 验证码背景色 + option.ImageOption.BackgroundColor = SkiaSharp.SKColors.White; // 验证码背景色 option.ImageOption.BubbleCount = 2; // 气泡数量 option.ImageOption.BubbleMinRadius = 5; // 气泡最小半径 -- Gitee