Skip to content

Commit 1a71717

Browse files
committed
新增版本历史页面
1 parent 48efacf commit 1a71717

2 files changed

Lines changed: 1182 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export default defineConfig({
1717
// 导航栏配置
1818
nav: [
1919
{ text: '🏠 总览', link: '/overview' },
20-
{ text: '📥 下载', link: '/download' },
2120
{ text: '📚 指南',
2221
items: [
2322
{ text: '💻 下载与运行', link: '/guide/start' },
@@ -43,13 +42,14 @@ export default defineConfig({
4342
},
4443
{ text: '🛠️ 故障排除', link: '/trouble' },
4544
{ text: '👥 团队', link: '/team' },
45+
{ text: '📥 下载', link: '/download' },
46+
{ text: '📋 版本历史', link: '/trouble' },
4647
{ text: '💲 捐赠', link: '/donate' }
4748
],
4849

4950
// 侧边栏配置
5051
sidebar: [
5152
{ text: '🏠 总览', link: '/overview' },
52-
{ text: '📥 下载', link: '/download' },
5353
{ text: '📚 指南',
5454
collapsed: true,
5555
items: [
@@ -78,6 +78,8 @@ export default defineConfig({
7878
},
7979
{ text: '🛠️ 故障排除', link: '/trouble' },
8080
{ text: '👥 团队', link: '/team' },
81+
{ text: '📥 下载', link: '/download' },
82+
{ text: '📋 版本历史', link: '/trouble' },
8183
{ text: '💲 捐赠', link: '/donate' }
8284
],
8385

0 commit comments

Comments
 (0)