U 加点预览图片

This commit is contained in:
天爱有情
2022-02-18 16:48:25 +08:00
parent c96a55baea
commit 98a645536c
5 changed files with 8 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

+3
View File
@@ -5,6 +5,9 @@
![](image/1.png)
![](image/2.png)
![](image/3.png)
![](image/4.png)
![](image/5.png)
![](image/6.png)
- 该滑块验证码实现了 普通图片和 **webp**图片两种格式
- java获取滑块验证码例子
@@ -5,7 +5,11 @@ import lombok.Getter;
import lombok.Setter;
import java.util.List;
/**
* @Author: 天爱有情
* @date 2022/2/17 11:01
* @Description 基本的滑块验证校验 , 值进行基本校验, 目前只校验用户是否滑动到缺口处,不校验行为轨迹
*/
public class SimpleSliderCaptchaValidator implements SliderCaptchaValidator {
public static float DEFAULT_TOLERANT = 0.02f;