优化验证码效果

This commit is contained in:
whvcse@foxmail.com 2018-08-09 15:53:16 +08:00
parent 27af06eff5
commit 9bc69c5057
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ allprojects {
在项目的build.gradle中添加
```text
dependencies {
compile 'com.github.whvcse:EasyCaptcha:1.3.0'
compile 'com.github.whvcse:EasyCaptcha:1.5.0'
}
```
@ -77,7 +77,7 @@ dependencies {
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>EasyCaptcha</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>
@ -85,7 +85,7 @@ dependencies {
```
### 2.3.jar包下载
[EasyCaptcha-1.3.0.jar](https://gitee.com/whvse/EasyCaptcha/releases)
[EasyCaptcha-1.5.0.jar](https://gitee.com/whvse/EasyCaptcha/releases)
---