Skip to content

Commit fd2e286

Browse files
committed
Update README.md
1 parent 73c45f5 commit fd2e286

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ npm install wechat-format-cli && cd ./node_modules/wechat-format-cli && npm star
1313
</pre>
1414
3. Ctrl/Command + V 到微信公众号编辑器
1515

16+
> 1.1.0 版本依赖 puppeteer,若安装失败可以参考[这里](https://github.com/cnpm/cnpmjs.org/issues/1246#issuecomment-359148058)
17+
18+
## CHANGELOG
19+
20+
<details>
21+
<summary>1.1.0</summary>
22+
</br>
23+
<p>1. 利用 puppeteer 实现复制 html,替换原来纯文本带标签的方式</p>
24+
</details>
25+
1626
## 优点
1727

1828
- 继承了[微信公众号排版编辑器](https://github.com/lyricat/wechat-format)的优点(当然也有 bug。。)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechat-format-cli",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "CLI for transferring markdown contents to wechat html format and then can paste formatted html to wechat editor.",
55
"main": "transfer.js",
66
"scripts": {

0 commit comments

Comments
 (0)