增加中文验证码功能

pull/7/head
synchronized 6 years ago
parent 95dabe517f
commit bd976c7d25

@ -58,7 +58,7 @@ allprojects {
在项目的build.gradle中添加 在项目的build.gradle中添加
```text ```text
dependencies { dependencies {
compile 'com.github.whvcse:EasyCaptcha:1.2.0' compile 'com.github.whvcse:EasyCaptcha:1.2.5'
} }
``` ```
@ -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.2.0</version> <version>1.2.5</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

Loading…
Cancel
Save