mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-20 23:18:07 +08:00
fix: 中英文隔离
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user