Browse Source

✨ feat: 更新主题色

Pchen. 2 months ago
parent
commit
4ad02f1ddc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/Captcha/ImageCaptcha.js

+ 1 - 1
apis/Captcha/ImageCaptcha.js

@@ -18,7 +18,7 @@ class ImageCaptcha extends API {
             size: 4, // 4个字母
             noise: 2, // 干扰线2条
             color: true, 
-            background: "#666",
+            background: "#FFD4DA",
         }
         const captcha = svgCaptcha.create(options) //字母和数字随机验证码
         let { text, data } = captcha