fix: 中英文隔离

This commit is contained in:
spiritlhl
2025-04-22 02:10:18 +00:00
parent 248fb0affb
commit 2f617b7f0e

View File

@@ -92,14 +92,14 @@ export default defineConfig({
},
nav: [
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
{ text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/incomplete/' },
{ text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/en/incomplete/' },
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' },
{ text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' }
],
sidebar: {
'/en/': getGuideSidebarEnUS(),
'/en/guide/': getGuideSidebarEnUS(),
'/incomplete/': getIncompleteSidebarEnUS(),
'/en/incomplete/': getIncompleteSidebarEnUS(),
},
},
},