소스 검색

LazyChaptcha官网的实例配置,默认每帧延迟有误,少写了一个0 ,正确的应该是300ms

Signed-off-by: ir0nmax <ir0nmax@wogof.com>
ir0nmax 2 년 전
부모
커밋
006d81b217
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Admin.NET/Admin.NET.Application/Configuration/Captcha.json

+ 1 - 1
Admin.NET/Admin.NET.Application/Configuration/Captcha.json

@@ -18,7 +18,7 @@
       "BubbleThickness": 1.0, // 气泡边沿厚度
       "InterferenceLineCount": 3, // 干扰线数量
       "FontFamily": "kaiti", // 包含actionj,epilog,fresnel,headache,lexo,prefix,progbot,ransom,robot,scandal,kaiti
-      "FrameDelay": 30, // 每帧延迟,Animation=true时有效, 默认30
+      "FrameDelay": 300, // 每帧延迟,Animation=true时有效, 默认300
       "BackgroundColor": "#ffffff", //  格式: rgb, rgba, rrggbb, or rrggbbaa format to match web syntax, 默认#fff
       "ForegroundColors": "", //  颜色格式同BackgroundColor,多个颜色逗号分割,随机选取。不填,空值,则使用默认颜色集
       "Quality": 100, // 图片质量(质量越高图片越大,gif调整无效可能会更大)