Skip to content

Commit 489c9d9

Browse files
committed
fix: 中英文隔离
1 parent 2f617b7 commit 489c9d9

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

Diff for: docs/.vitepress/config.mts

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default defineConfig({
9292
},
9393
nav: [
9494
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
95-
{ text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/en/incomplete/' },
95+
{ text: 'Other Virtualization Projects', link: '/en/incomplete/index', activeMatch: '^/en/incomplete/' },
9696
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' },
9797
{ text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' }
9898
],
@@ -315,11 +315,11 @@ function getGuideSidebarEnUS() {
315315
function getIncompleteSidebarEnUS() {
316316
return [
317317
{
318-
text: 'Other Virtualization Items',
318+
text: 'Other Virtualization Projects',
319319
items: [
320-
{ text: 'pterodactyl', link: '/incomplete/pterodactyl_en.html' },
321-
{ text: 'webvirtcloud', link: '/incomplete/webvirtcloud_en.html' },
322-
{ text: 'convoy', link: '/incomplete/convoy_en.html' },
320+
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
321+
{ text: 'webvirtcloud', link: '/en/incomplete/webvirtcloud.html' },
322+
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
323323
]
324324
}
325325
];
File renamed without changes.

Diff for: docs/en/incomplete/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: home
3+
4+
title: Other Virtualization Projects
5+
titleTemplate: Other Incomplete Virtualization Projects
6+
7+
hero:
8+
name: Other Virtualization Projects
9+
text: Some incomplete virtualization projects
10+
image: https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
11+
actions:
12+
- theme: brand
13+
text: View Projects →
14+
link: /incomplete/pterodactyl
15+
16+
features:
17+
- title: Notes
18+
details: Please read the instructions for each project carefully. Some projects may cause irreparable damage to your system and require a full reinstall.
19+
---
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)