mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-07 06:04:34 +08:00
U 加点预览图片
This commit is contained in:
BIN
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -5,6 +5,9 @@
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
- 该滑块验证码实现了 普通图片和 **webp**图片两种格式
|
||||
- java获取滑块验证码例子
|
||||
|
||||
+5
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user