Skip to content

Commit

Permalink
✨新增(doc/面试题): 性能优化 \& 埋点
Browse files Browse the repository at this point in the history
  • Loading branch information
alan.xiao committed Nov 8, 2022
1 parent 5a7d856 commit 1b1be4e
Show file tree
Hide file tree
Showing 7 changed files with 855 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/routers/engineering.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,13 @@ export default [
}
],
},
{
text: '埋点',
items: [
{
text: '数据埋点起步',
link: '/engineering/buried-point/start/',
}
],
},
]
1 change: 1 addition & 0 deletions docs/.vitepress/routers/interview-questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default [
items: [
{ text: 'performance', link: '/interview-questions/performance-optimization/performance/' },
{ text: 'HTML优化', link: '/interview-questions/performance-optimization/html/' },
{ text: '图片懒加载', link: '/interview-questions/performance-optimization/img-lazy/' },
{
text: 'JS优化',
items: [
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/routers/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default [
text: 'Markdown-marktext',
link: '/tool/marktext/',
},

]
},
{
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.1.8 (2022-11-08)</small>
## <small>1.1.9 (2022-11-08)</small>

* ⚡️性能(webpack): 修复令牌 ([ab89e15](https://github.com/2401345934/vite-press/commit/ab89e15))
* ✨新增(config): 新增yml文件 ([be08d5f](https://github.com/2401345934/vite-press/commit/be08d5f))
Expand All @@ -17,6 +17,7 @@
* ✨新增(doc/工作工具): code-fun ([a84483e](https://github.com/2401345934/vite-press/commit/a84483e))
* ✨新增(doc/面试题): 30到vue面试题合集 ([f3dd2a8](https://github.com/2401345934/vite-press/commit/f3dd2a8))
* ✨新增(doc/面试题): 补充面试题合集 ([b1d8eae](https://github.com/2401345934/vite-press/commit/b1d8eae))
* ✨新增(doc/面试题): 面试题集合 ([5a7d856](https://github.com/2401345934/vite-press/commit/5a7d856))
* ✨新增(doc/面试题): 新增设计模式 ([55f75e7](https://github.com/2401345934/vite-press/commit/55f75e7))
* ✨新增(doc/面试题): js \& 网络 \& html \& css ([4306336](https://github.com/2401345934/vite-press/commit/4306336))
* ✨新增(doc/面试题): js跨域 ([410f001](https://github.com/2401345934/vite-press/commit/410f001))
Expand Down
Loading

0 comments on commit 1b1be4e

Please sign in to comment.