From 257930f786ecab921503646d776b90122b88cd51 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Fri, 22 Dec 2023 15:34:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index e6dff2eb..f33e8844 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -136,7 +136,7 @@ captcha: # 验证码高度 height: 40 # 验证码干扰元素个数 - interfere-count: 4 + interfere-count: 2 # 文本透明度(0.0-1.0) text-alpha: 0.8 # 验证码字符配置 @@ -152,7 +152,7 @@ captcha: # 字体样式 0-普通|1-粗体|2-斜体 weight: 1 # 字体大小 - size: 30 + size: 24 # 验证码有效期(秒) expire-seconds: 120 diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 8ce1f49c..561aa0c6 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -136,7 +136,7 @@ captcha: # 验证码高度 height: 40 # 验证码干扰元素个数 - interfere-count: 4 + interfere-count: 2 # 文本透明度(0.0-1.0) text-alpha: 0.8 # 验证码字符配置 @@ -152,7 +152,7 @@ captcha: # 字体样式 0-普通|1-粗体|2-斜体 weight: 1 # 字体大小 - size: 30 + size: 20 # 验证码有效期(秒) expire-seconds: 120