mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-18 17:04:16 +08:00
docs: 文档更新 前端工程化/Node.js
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user