mirror of
https://github.com/whvcse/EasyCaptcha.git
synced 2024-11-23 01:59:19 +08:00
优化验证码效果
This commit is contained in:
parent
27af06eff5
commit
9bc69c5057
@ -58,7 +58,7 @@ allprojects {
|
|||||||
在项目的build.gradle中添加
|
在项目的build.gradle中添加
|
||||||
```text
|
```text
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.whvcse:EasyCaptcha:1.3.0'
|
compile 'com.github.whvcse:EasyCaptcha:1.5.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ dependencies {
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.whvcse</groupId>
|
<groupId>com.github.whvcse</groupId>
|
||||||
<artifactId>EasyCaptcha</artifactId>
|
<artifactId>EasyCaptcha</artifactId>
|
||||||
<version>1.3.0</version>
|
<version>1.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
@ -85,7 +85,7 @@ dependencies {
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 2.3.jar包下载
|
### 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)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user