fix: 中英文隔离

This commit is contained in:
spiritlhl
2025-04-22 02:18:27 +00:00
parent 2f617b7f0e
commit 489c9d917f
5 changed files with 24 additions and 5 deletions

View File

@@ -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' },
]
}
];

View 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.
---