Skip to content

Commit e1c7946

Browse files
authored
Update README.md
1 parent 7e6d96b commit e1c7946

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

README.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# CodeTextField
22

3-
[![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/CodeTextField/master/app/release/app-release.apk)
4-
[![MavenCentral](https://img.shields.io/maven-central/v/com.github.jenly1314/codetextfield)](https://repo1.maven.org/maven2/com/github/jenly1314/codetextfield)
5-
[![JitPack](https://jitpack.io/v/jenly1314/CodeTextField.svg)](https://jitpack.io/#jenly1314/CodeTextField)
6-
[![CircleCI](https://circleci.com/gh/jenly1314/CodeTextField.svg?style=svg)](https://circleci.com/gh/jenly1314/CodeTextField)
7-
[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=21)
8-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
3+
[![MavenCentral](https://img.shields.io/maven-central/v/com.github.jenly1314/codetextfield?logo=sonatype)](https://repo1.maven.org/maven2/com/github/jenly1314/CodeTextField)
4+
[![JitPack](https://img.shields.io/jitpack/v/github/jenly1314/CodeTextField?logo=jitpack)](https://jitpack.io/#jenly1314/CodeTextField)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/jenly1314/CodeTextField/build.yml?logo=github)](https://github.com/jenly1314/CodeTextField/actions/workflows/build.yml)
6+
[![Download](https://img.shields.io/badge/download-APK-brightgreen?logo=github)](https://raw.githubusercontent.com/jenly1314/CodeTextField/master/app/release/app-release.apk)
7+
[![API](https://img.shields.io/badge/API-21%2B-brightgreen?logo=android)](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)
8+
[![License](https://img.shields.io/github/license/jenly1314/CodeTextField?logo=open-source-initiative)](https://opensource.org/licenses/mit)
99

1010
CodeTextField for Jetpack Compose;一个使用 Compose 实现的验证码输入框。
1111

1212
> 原生Android View实现类似的输入框可参见 [SplitEditText](https://github.com/jenly1314/SplitEditText)
1313
14-
## Gif 展示
14+
## 效果展示
1515
![Image](GIF.gif)
1616

1717
> 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/CodeTextField/master/app/release/app-release.apk) 体验效果
@@ -29,7 +29,7 @@ CodeTextField for Jetpack Compose;一个使用 Compose 实现的验证码输
2929
}
3030
```
3131
32-
2. 在Module的 **build.gradle** 里面添加引入依赖项
32+
2. 在Module的 **build.gradle** 中添加依赖项
3333
3434
```gradle
3535
implementation 'com.github.jenly1314:codetextfield:1.0.0'
@@ -65,26 +65,6 @@ CodeTextField for Jetpack Compose;一个使用 Compose 实现的验证码输
6565
#### v1.0.0:2022-11-20
6666
* CodeTextField初始版本
6767

68-
## 赞赏
69-
如果您喜欢CodeTextField,或感觉CodeTextField帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:
70-
<p>您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee:
68+
---
7169

72-
<div>
73-
<img src="https://jenly1314.github.io/image/page/rewardcode.png">
74-
</div>
75-
76-
## 关于我
77-
78-
| 我的博客 | GitHub | Gitee | CSDN | 博客园 |
79-
|:------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|
80-
| <a title="我的博客" href="https://jenly1314.github.io" target="_blank">Jenly's Blog</a> | <a title="GitHub开源项目" href="https://github.com/jenly1314" target="_blank">jenly1314</a> | <a title="Gitee开源项目" href="https://gitee.com/jenly1314" target="_blank">jenly1314</a> | <a title="CSDN博客" href="http://blog.csdn.net/jenly121" target="_blank">jenly121</a> | <a title="博客园" href="https://www.cnblogs.com/jenly" target="_blank">jenly</a> |
81-
82-
## 联系我
83-
84-
| 微信公众号 | Gmail邮箱 | QQ邮箱 | QQ群 | QQ群 |
85-
|:-------------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|
86-
| [Jenly666](http://weixin.qq.com/r/wzpWTuPEQL4-ract92-R) | <a title="给我发邮件" href="mailto:jenly1314@gmail.com" target="_blank">jenly1314</a> | <a title="给我发邮件" href="mailto:jenly1314@vip.qq.com" target="_blank">jenly1314</a> | <a title="点击加入QQ群" href="https://qm.qq.com/cgi-bin/qm/qr?k=6_RukjAhwjAdDHEk2G7nph-o8fBFFzZz" target="_blank">20867961</a> | <a title="点击加入QQ群" href="https://qm.qq.com/cgi-bin/qm/qr?k=Z9pobM8bzAW7tM_8xC31W8IcbIl0A-zT" target="_blank">64020761</a> |
87-
88-
<div>
89-
<img src="https://jenly1314.github.io/image/page/footer.png">
90-
</div>
70+
![footer](https://jenly1314.github.io/page/footer.svg)

0 commit comments

Comments
 (0)