mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-02 00:34:19 +08:00
fix: 中英文隔离
This commit is contained in:
@@ -92,7 +92,7 @@ export default defineConfig({
|
||||
},
|
||||
nav: [
|
||||
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
|
||||
{ text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/en/incomplete/' },
|
||||
{ text: 'Other Virtualization Projects', link: '/en/incomplete/index', activeMatch: '^/en/incomplete/' },
|
||||
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' },
|
||||
{ text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' }
|
||||
],
|
||||
@@ -315,11 +315,11 @@ function getGuideSidebarEnUS() {
|
||||
function getIncompleteSidebarEnUS() {
|
||||
return [
|
||||
{
|
||||
text: 'Other Virtualization Items',
|
||||
text: 'Other Virtualization Projects',
|
||||
items: [
|
||||
{ text: 'pterodactyl', link: '/incomplete/pterodactyl_en.html' },
|
||||
{ text: 'webvirtcloud', link: '/incomplete/webvirtcloud_en.html' },
|
||||
{ text: 'convoy', link: '/incomplete/convoy_en.html' },
|
||||
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
|
||||
{ text: 'webvirtcloud', link: '/en/incomplete/webvirtcloud.html' },
|
||||
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
19
docs/en/incomplete/index.md
Normal file
19
docs/en/incomplete/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
title: Other Virtualization Projects
|
||||
titleTemplate: Other Incomplete Virtualization Projects
|
||||
|
||||
hero:
|
||||
name: Other Virtualization Projects
|
||||
text: Some incomplete virtualization projects
|
||||
image: https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
|
||||
actions:
|
||||
- theme: brand
|
||||
text: View Projects →
|
||||
link: /incomplete/pterodactyl
|
||||
|
||||
features:
|
||||
- title: Notes
|
||||
details: Please read the instructions for each project carefully. Some projects may cause irreparable damage to your system and require a full reinstall.
|
||||
---
|
||||
Reference in New Issue
Block a user