We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beabd9f commit b5e9377Copy full SHA for b5e9377
1 file changed
docs/.vitepress/config.mts
@@ -44,7 +44,8 @@ export default defineConfig({
44
{ text: '👥 团队', link: '/team' },
45
{ text: '📥 下载', link: '/download' },
46
{ text: '📋 版本历史', link: '/changelog' },
47
- { text: '💲 捐赠', link: '/donate' }
+ { text: '💲 捐赠', link: '/donate' },
48
+ { text: '🔗 Hub', link: 'https://sectl-hub.netlify.app/' }
49
],
50
51
// 侧边栏配置
@@ -80,7 +81,8 @@ export default defineConfig({
80
81
82
83
84
85
86
87
88
0 commit comments