Skip to content

Commit 27ba150

Browse files
committed
被防跨摆了一道
1 parent 51f50da commit 27ba150

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/v1/.vitepress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const theme: DefaultTheme.Config = {
1212
text: "版本",
1313
base: "",
1414
items: [
15-
{text: "v1", link: "/"},
16-
{text: "v2", link: "../v2/"}
15+
{text: "v1 (你在这里)", link: "/"},
16+
{text: "v2", link: "https://lagrangedev.github.io/Lagrange.Doc/v2/"}
1717
]
1818
},
1919
coreNav,

docs/v2/.vitepress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const theme: DefaultTheme.Config = {
1212
text: "版本",
1313
base: "",
1414
items: [
15-
{text: "v1", link: "../v1/"},
16-
{text: "v2", link: "/"}
15+
{text: "v1", link: "https://lagrangedev.github.io/Lagrange.Doc/v1/"},
16+
{text: "v2 (你在这里)", link: "/"}
1717
]
1818
},
1919
coreNav,

0 commit comments

Comments
 (0)