From fb14bdaae25e8451de7e4826c5ac84f1014767f7 Mon Sep 17 00:00:00 2001 From: Jenly Date: Sun, 18 Aug 2024 14:28:27 +0800 Subject: [PATCH] docs --- README.md | 8 ++++---- build_docs.sh | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a524e7f..89852ff 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) 体验效果 @@ -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/) ### 其他 @@ -235,7 +235,7 @@ dependencies { * 优化ImageAnalyzer中YUV数据的处理 * 更新CameraX至v1.2.2 -#### [查看更多版本日志](CHANGELOG.md) +#### [查看更多版本日志](./CHANGELOG.md) ## 赞赏 如果您喜欢ZXingLite,或感觉ZXingLite帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley: diff --git a/build_docs.sh b/build_docs.sh index 72f0d30..68a2a3b 100755 --- a/build_docs.sh +++ b/build_docs.sh @@ -11,7 +11,6 @@ mv zxing-lite/build/dokka/html/* docs/api # Copy in special files that GitHub wants in the project root. sed '//q' README.md > docs/index.md cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md -cp GIF.gif docs/ # Build the site locally mkdocs build