Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Aug 18, 2024
1 parent 4393d7d commit fb14bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZXingLite

![Image](app/src/main/ic_launcher-web.png)
![Image](./app/src/main/ic_launcher-web.png)

[![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk)
[![MavenCentral](https://img.shields.io/maven-central/v/com.github.jenly1314/zxing-lite)](https://repo1.maven.org/maven2/com/github/jenly1314/zxing-lite)
Expand All @@ -15,7 +15,7 @@ ZXingLite for Android 是ZXing的精简极速版,基于ZXing库优化扫码和
> 简单如斯,你不试试?
## Gif 展示
![Image](GIF.gif)
![Image](./GIF.gif)

> 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk) 体验效果
Expand Down Expand Up @@ -167,7 +167,7 @@ public class QRCodeScanActivity extends BarcodeCameraScanActivity {

> **BarcodeCameraScanFragment** 的使用方式与之类似。
更多使用详情,请查看[app](app)中的源码使用示例或直接查看[API帮助文档](https://jenly1314.github.io/ZXingLite/api/)
更多使用详情,请查看[app](./app)中的源码使用示例或直接查看[API帮助文档](https://jenly1314.github.io/ZXingLite/api/)

### 其他

Expand Down Expand Up @@ -235,7 +235,7 @@ dependencies {
* 优化ImageAnalyzer中YUV数据的处理
* 更新CameraX至v1.2.2

#### [查看更多版本日志](CHANGELOG.md)
#### [查看更多版本日志](./CHANGELOG.md)

## 赞赏
如果您喜欢ZXingLite,或感觉ZXingLite帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:
Expand Down
1 change: 0 additions & 1 deletion build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mv zxing-lite/build/dokka/html/* docs/api
# Copy in special files that GitHub wants in the project root.
sed '/<!-- end -->/q' README.md > docs/index.md
cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md
cp GIF.gif docs/

# Build the site locally
mkdocs build

0 comments on commit fb14bda

Please sign in to comment.