docs: 文档更新 前端工程化/Node.js

This commit is contained in:
ZiuChen
2023-02-07 23:31:06 +08:00
parent 316cda013d
commit c07ade44d5
3 changed files with 51 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ export default defineConfig({
items: [
{ text: 'JavaScript基础', link: '/note/JavaScript' },
{ text: 'CSS基础', link: '/note/CSS' },
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' }
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' }
]
},
{
@@ -73,7 +74,8 @@ export default defineConfig({
items: [
{ text: 'JavaScript基础', link: '/note/JavaScript' },
{ text: 'CSS基础', link: '/note/CSS' },
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' }
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' }
]
}
],