script 标签的 defer 和 async

图片来源:https://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html

oh my zsh

oh my zsh 可以说是好用终端的最简获得法了

查看所有shell

cat /etc/shells

更规范的 commit

使用 「Commitizen」 来 git commit

安装

# 项目级

npm install -D commitizen cz-conventional-changelog

配置 adapter

package.json 中

...

"config": {

"commitizen......