新功能(package.json): 添加husky

This commit is contained in:
haishan 2021-11-24 13:49:30 +08:00
parent e7d434da45
commit 95a0051032
4 changed files with 37 additions and 7 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# 1.0.0 (2021-11-24)
### 🌟 新功能
* 初始化项目 ([466dbeb](https://github.com/j710328466/j710328466.github.io/commit/466dbeb))
* 新增模块 ([9e0b3a9](https://github.com/j710328466/j710328466.github.io/commit/9e0b3a9))
* **docs** 新增文章 ([f659605](https://github.com/j710328466/j710328466.github.io/commit/f659605))
* **md** 新文章 ([41459c4](https://github.com/j710328466/j710328466.github.io/commit/41459c4))
### 🐛 Bug 修复
* 设计模式添加 ([79143a6](https://github.com/j710328466/j710328466.github.io/commit/79143a6))
* 新增react学习 ([a7ec84e](https://github.com/j710328466/j710328466.github.io/commit/a7ec84e))
* 修改路径 ([2261dc4](https://github.com/j710328466/j710328466.github.io/commit/2261dc4))
* 修改配置 ([bfd5f0f](https://github.com/j710328466/j710328466.github.io/commit/bfd5f0f))
* 修改设计模式 ([6f5630d](https://github.com/j710328466/j710328466.github.io/commit/6f5630d))
* 修改bug ([83e7ea9](https://github.com/j710328466/j710328466.github.io/commit/83e7ea9))
* 优化react 设计模式 ([cf4958e](https://github.com/j710328466/j710328466.github.io/commit/cf4958e))
* **sd** sd ([e7d434d](https://github.com/j710328466/j710328466.github.io/commit/e7d434d))

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 RIT
Copyright (c) 2021 Dev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
---
hero:
title: niceNote
desc: 💊 Json's 学习笔记
title: Nice Note
desc: 💊 Dev's 学习笔记
actions:
- text: 开始学习
link: /fea/website
@ -9,11 +9,12 @@ features:
- icon: http://jzx-h5.oss-cn-hangzhou.aliyuncs.com/logo.png
title: NiceCode
desc: <a href="https://nicecoders.github.io">前端工具合集</a>
footer: Open-source MIT Licensed | Copyright © 2020<br />Powered by Json
footer: Open-source MIT Licensed | Copyright © 2019<br />Powered by Dev
---
嗨,我是 Json,这是我用来记录我的职业生涯总结的各种乱七八糟的知识点
嗨,我是 dev,这是我用来记录我的职业生涯总结的各种乱七八糟的知识点,希望能对你有帮助
希望能对你有帮助
## 更新日志
<embed src="../changelog.md"></embed>

View File

@ -37,6 +37,12 @@
"prettier --parser=typescript --write"
]
},
"repository": {
"type": "git",
"url": "https://github.com/j710328466/j710328466.github.io.git",
"branch": "master",
"platform": "github"
},
"dependencies": {
"@nicecode/css": "^0.0.8",
"react": "^16.12.0"