From 3b04c4cb5bf5c0057ebeadfbd62650a0a2307461 Mon Sep 17 00:00:00 2001 From: Jenly Date: Sun, 18 Aug 2024 16:17:53 +0800 Subject: [PATCH] docs --- build_docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_docs.sh b/build_docs.sh index 1284a7d..7ca3f5c 100755 --- a/build_docs.sh +++ b/build_docs.sh @@ -13,7 +13,8 @@ GITHUB_URL=https://github.com/jenly1314/ZXingLite/ echo $GITHUB_URL sed "//q" README.md > docs/index.md sed -i "s|app/src/main/ic_launcher-web.png|ic_logo.png|g" docs/index.md -sed -i "s|(app|(${GITHUB_URL}blob/master/app|g" docs/index.md +sed -i "s|](app|](${GITHUB_URL}blob/master/app|g" docs/index.md +sed -i "s|](zxing-lite|](${GITHUB_URL}blob/master/zxing-lite|g" docs/index.md cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md cp GIF.gif docs/GIF.gif