update 优化 验证码背景色改为浅灰色
parent
3df7b7ee86
commit
c3120f29de
|
|
@ -20,7 +20,7 @@ public class CaptchaConfig {
|
||||||
|
|
||||||
private static final int WIDTH = 160;
|
private static final int WIDTH = 160;
|
||||||
private static final int HEIGHT = 60;
|
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);
|
private static final Font FONT = new Font("Arial", Font.BOLD, 48);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue