File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ npm install wechat-format-cli && cd ./node_modules/wechat-format-cli && npm star
1313</pre >
14143 . 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。。)
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments