@@ -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