Skip to content

Commit 1833c09

Browse files
author
张瑞龙
committed
add 初始化文件名
1 parent f54bf1c commit 1833c09

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/.vuepress/config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default defineUserConfig({
1212

1313
// 导航栏
1414
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/'},
1818
{
1919
text: '关于',
2020
children: [
@@ -49,11 +49,11 @@ export default defineUserConfig({
4949
'/guide': 'auto',
5050
'/blog': [
5151
{
52-
text: 'Blog',
53-
collapsible: true, // 分类是否可以折叠
52+
text: 'Java基础',
53+
collapsible: false, // 分类是否可以折叠
5454
children: [
55-
{text: '这是一篇测试文章', link: '/blog/这是一篇测试文章'},
56-
{text: '这是第二篇测试文章', link: '/blog/这是第二篇测试文章'},
55+
{text: 'Java异步编程', link: '/blog/Java异步编程'},
56+
{text: 'Stream流式处理', link: '/blog/Stream流式处理'},
5757
],
5858
}
5959
]

0 commit comments

Comments
 (0)