This commit is contained in:
Jenly
2024-08-18 15:52:48 +08:00
parent d325c1404e
commit 336a2d8018
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ GITHUB_URL=https://github.com/jenly1314/ZXingLite/
echo $GITHUB_URL
sed "/<!-- end -->/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
cat CHANGELOG.md | grep -v '## 版本日志' > docs/changelog.md
cp GIF.gif docs/GIF.gif