Update config.ts

This commit is contained in:
spiritlhl
2024-11-11 16:25:36 +08:00
committed by GitHub
parent 7821fa2d38
commit a10babe8f6

View File

@@ -64,7 +64,8 @@ export default defineConfig({
text: '开发手册',
link: '/developer/index',
activeMatch: '^/developer/'
}
},
{ text: 'VPS余量监控', link: 'https://spiders.spiritlhl.net/' }
],
sidebar: {
'/': getGuideSidebarZhCN(),
@@ -89,7 +90,8 @@ export default defineConfig({
},
nav: [
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
{ text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' }
{ text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' },
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' }
],
sidebar: {
'/en/': getGuideSidebarEnUS(),