Skip to content

Commit

Permalink
fix(create readme): 修改生成 install 文档标题错误
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 10, 2019
1 parent 242f695 commit 4171dda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
delete | 删除无用代码 | [0831fc9](https://github.com/luoxue-victor/learn_webpack/commit/0831fc9)
merge | 合并master | [065420b](https://github.com/luoxue-victor/learn_webpack/commit/065420b)
package | asdasdasdad | [8a4cff1](https://github.com/luoxue-victor/learn_webpack/commit/8a4cff1)
package.json | 修改 npm run cr 位置 | [242f695](https://github.com/luoxue-victor/learn_webpack/commit/242f695)
packagejson | 调整生成文档在 commit-msg 钩子内 | [d21b695](https://github.com/luoxue-victor/learn_webpack/commit/d21b695)
scripts cz | 修改脚本cz命令 | [b4a8c51](https://github.com/luoxue-victor/learn_webpack/commit/b4a8c51)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [课题12:添加 tslint](./docs/课时-12.md)
- [课题13:配置别名](./docs/课时-13.md)

</details>### 安装
</details>### 安装

<details open=“open”>
<summary>点击关闭/打开安装</summary>
Expand Down Expand Up @@ -101,7 +101,6 @@ webpack-box lint stylelint # 自动修复 stylelint 错误
<details open=“open”>
<br/>
<summary>点击关闭/打开扩展配置</summary>
<br/>
在根目录下添加 `box.config.js`,即可配置使用

box.config.js
Expand Down Expand Up @@ -171,3 +170,4 @@ module.exports = function (config) {
```

</details>

3 changes: 1 addition & 2 deletions util/createReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function boxConfig () {
<details open=“open”>
<br/>
<summary>点击关闭/打开扩展配置</summary>
<br/>
在根目录下添加 \`box.config.js\`,即可配置使用
box.config.js
Expand All @@ -71,7 +70,7 @@ box.config.js
${ctx}
\`\`\`
</details>
</details> \n
`
}

Expand Down
2 changes: 1 addition & 1 deletion util/readme/useAndIntsall.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 安装
### 安装

<details open=“open”>
<summary>点击关闭/打开安装</summary>
Expand Down

0 comments on commit 4171dda

Please sign in to comment.