File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ export default defineUserConfig({
12
12
13
13
// 导航栏
14
14
navbar : [
15
- { text : '编码' , link : '/encode' } ,
16
- { text : '指南' , link : '/guide' } ,
17
- { text : 'BLOG' , link : '/blog' } ,
15
+ { text : '编码' , link : '/encode/ ' } ,
16
+ { text : '指南' , link : '/guide/ ' } ,
17
+ { text : 'BLOG' , link : '/blog/ ' } ,
18
18
{
19
19
text : '关于' ,
20
20
children : [
@@ -49,11 +49,11 @@ export default defineUserConfig({
49
49
'/guide' : 'auto' ,
50
50
'/blog' : [
51
51
{
52
- text : 'Blog ' ,
53
- collapsible : true , // 分类是否可以折叠
52
+ text : 'Java基础 ' ,
53
+ collapsible : false , // 分类是否可以折叠
54
54
children : [
55
- { text : '这是一篇测试文章 ' , link : '/blog/这是一篇测试文章 ' } ,
56
- { text : '这是第二篇测试文章 ' , link : '/blog/这是第二篇测试文章 ' } ,
55
+ { text : 'Java异步编程 ' , link : '/blog/Java异步编程 ' } ,
56
+ { text : 'Stream流式处理 ' , link : '/blog/Stream流式处理 ' } ,
57
57
] ,
58
58
}
59
59
]
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments