docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ZXingLite
|
||||
|
||||

|
||||

|
||||
|
||||
[](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk)
|
||||
[](https://repo1.maven.org/maven2/com/github/jenly1314/zxing-lite)
|
||||
@@ -15,7 +15,7 @@ ZXingLite for Android 是ZXing的精简极速版,基于ZXing库优化扫码和
|
||||
> 简单如斯,你不试试?
|
||||
|
||||
## 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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user