This commit is contained in:
2024-10-04 22:55:20 +08:00
parent da1c38c11c
commit b1bd3eb403
17 changed files with 66 additions and 17 deletions

View File

@@ -30,12 +30,20 @@ export default defineConfig({
sidebar: {
"/python": [
{
text: "课程须知",
text: "使用说明",
items: [
{ text: "代码区", link: "/python/00/index.md" },
{ text: "自测猫", link: "/python/00/cat.md" },
{ text: "练习册", link: "/python/00/playground.md" },
{ text: "判题狗", link: "/python/00/dog.md" },
{ text: "本网站", link: "/python/00/index.md" },
{ text: "自测猫", link: "/python/00/code.md" },
{ text: "判题狗", link: "/python/00/oj.md" },
{ text: "练习册", link: "/python/00/play.md" },
],
},
{
text: "编程技巧",
items: [
{ text: "Python 小抄", link: "/python/01/cheatsheet.md" },
{ text: "看懂报错信息", link: "/python/01/error-message.md" },
{ text: "使用 AI", link: "/python/01/chatgpt.md" },
],
},
],
@@ -60,7 +68,7 @@ export default defineConfig({
],
},
outlineTitle: "目录",
sidebarMenuLabel: "侧边栏",
sidebarMenuLabel: "大纲",
returnToTopLabel: "返回顶部",
darkModeSwitchLabel: "浅色/深色",