This commit is contained in:
2024-01-25 15:24:07 +08:00
parent e409c39070
commit 904fb164f9
4 changed files with 64 additions and 41 deletions

View File

@@ -37,7 +37,7 @@ export default defineConfig({
{
text: "课程须知",
items: [
{ text: "本网站", link: "/python/00/index.md" },
{ text: "代码区", link: "/python/00/index.md" },
{ text: "自测猫", link: "/python/00/cat.md" },
{ text: "练习册", link: "/python/00/playground.md" },
{ text: "判题狗", link: "/python/00/dog.md" },
@@ -95,7 +95,7 @@ export default defineConfig({
outlineTitle: "目录",
sidebarMenuLabel: "侧边栏",
returnToTopLabel: "返回顶部",
darkModeSwitchLabel: "浅色/色",
darkModeSwitchLabel: "浅色/色",
docFooter: { prev: "上一篇", next: "下一篇" },
},