提交 404dc179 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

format echo -e

上级 536babe7
# Wechaty v0.17.59 Documentation\n* https://blog.chatie.io\n
# Wechaty v0.17.60 Documentation
* <https://blog.chatie.io>
## Classes
<dl>
......
......@@ -9,6 +9,6 @@ if [ "$1" != "dev" ] && ./scripts/development-release.ts; then
else
echo "Generating docs ..."
npm run dist
echo '# Wechaty v'$(jq -r .version package.json)' Documentation\n* https://blog.chatie.io\n' > docs/index.md
echo -e '# Wechaty v'$(jq -r .version package.json)' Documentation\n\n* <https://blog.chatie.io>\n\n' > docs/index.md
jsdoc2md dist/src/wechaty.js dist/src/user/{room,contact,friendship,message}.js >> docs/index.md
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册