Skip to content

Commit 577ecdc

Browse files
committed
feat: 为新添文章加配置
1 parent 5c0de16 commit 577ecdc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vitepress/data.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,16 @@ const articles = [
8080
name: 'JavaScript',
8181
pathPrefix: 'javascript',
8282
items: [
83+
'JavaScript基础篇',
84+
'面向对象编程篇',
85+
'函数式编程篇',
86+
'ES6上篇',
87+
'ES6中篇',
88+
'ES6下篇',
8389
'ES6系列之Promise基础',
8490
'ES6系列之Generator函数与Async函数',
8591
'ES6系列之模块化',
92+
'ES6+新特性你知道多少',
8693
]
8794
},
8895
{

0 commit comments

Comments
 (0)