Skip to content

Commit b5e9377

Browse files
committed
限制hub链接
1 parent beabd9f commit b5e9377

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default defineConfig({
4444
{ text: '👥 团队', link: '/team' },
4545
{ text: '📥 下载', link: '/download' },
4646
{ text: '📋 版本历史', link: '/changelog' },
47-
{ text: '💲 捐赠', link: '/donate' }
47+
{ text: '💲 捐赠', link: '/donate' },
48+
{ text: '🔗 Hub', link: 'https://sectl-hub.netlify.app/' }
4849
],
4950

5051
// 侧边栏配置
@@ -80,7 +81,8 @@ export default defineConfig({
8081
{ text: '👥 团队', link: '/team' },
8182
{ text: '📥 下载', link: '/download' },
8283
{ text: '📋 版本历史', link: '/changelog' },
83-
{ text: '💲 捐赠', link: '/donate' }
84+
{ text: '💲 捐赠', link: '/donate' },
85+
{ text: '🔗 Hub', link: 'https://sectl-hub.netlify.app/' }
8486
],
8587

8688

0 commit comments

Comments
 (0)