update 优化 验证码背景色改为浅灰色

This commit is contained in:
疯狂的狮子Li 2024-03-08 14:35:27 +08:00
parent efc46c17b2
commit 67d96a63f1

View File

@ -23,7 +23,7 @@ public class CaptchaConfig {
private static final int WIDTH = 160;
private static final int HEIGHT = 60;
private static final Color BACKGROUND = Color.PINK;
private static final Color BACKGROUND = Color.LIGHT_GRAY;
private static final Font FONT = new Font("Arial", Font.BOLD, 48);
/**