Skip to content

Commit

Permalink
✨新增(doc/面试题): 新增2022前端更新事件
Browse files Browse the repository at this point in the history
  • Loading branch information
alan.xiao committed Jan 10, 2023
1 parent 10f7d09 commit 04d7161
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/.vitepress/routers/interview-questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ const Router: RouterType = [
{ text: '微信小程序的实现原理', link: '/interview-questions/westore/implementation/' },
]
},
{
text: 'JS年度事件 ',
items: [
{ text: '2022 年前端大事记', link: '/interview-questions/event/2022/' },

]
},
{
text: '性能优化',
items: [
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## <small>1.6.1 (2022-12-26)</small>
## 1.7.0 (2023-01-10)

* ✨新增(components): 新增了注册chartgpt ([09a7b00](https://github.com/2401345934/vite-press/commit/09a7b00))
* ✨新增(doc/工程化): sdk补充 ([84e1eb2](https://github.com/2401345934/vite-press/commit/84e1eb2))
Expand All @@ -18,6 +18,7 @@
* ✨新增(doc/源码): vue 内置组件解析 ([2a6cf53](https://github.com/2401345934/vite-press/commit/2a6cf53))
* ✨新增(doc/源码): vue-v-model 原理 ([eb4cd80](https://github.com/2401345934/vite-press/commit/eb4cd80))
* ✨新增(doc/vite-component): 更新 vite-component 版本依赖 ([d82f495](https://github.com/2401345934/vite-press/commit/d82f495))
* 🐛修复(doc/面试题): 错别字修复 ([10f7d09](https://github.com/2401345934/vite-press/commit/10f7d09))
* 拆组件库 ([3885174](https://github.com/2401345934/vite-press/commit/3885174))
* 升级npm版本 ([97560a6](https://github.com/2401345934/vite-press/commit/97560a6))
* 修复/错别字 ([d1f1dd3](https://github.com/2401345934/vite-press/commit/d1f1dd3))
Expand Down
Loading

0 comments on commit 04d7161

Please sign in to comment.