This commit is contained in:
2024-10-15 10:29:17 +08:00
parent c4d5ab415c
commit aac5e49bd7
4 changed files with 22 additions and 16 deletions

View File

@@ -22,43 +22,50 @@ export default defineConfig({
externalLinkIcon: true, externalLinkIcon: true,
nav: [ nav: [
{ text: "首页", link: "/" }, { text: "首页", link: "/" },
{ text: "基础知识", link: "/basic/manual/book/" }, { text: "基础知识", link: "/basic/manual/book/index.md" },
{ text: "计算机速成课", link: "/crash-course/00/" }, { text: "计算机速成课", link: "/crash-course/00/index.md" },
], ],
sidebar: { sidebar: {
"/basic": [ "/basic": [
{ {
text: "使用说明", text: "使用说明",
items: [ items: [
{ text: "本网站", link: "/basic/manual/book" }, { text: "本网站", link: "/basic/manual/book/index.md" },
{ text: "自测猫", link: "/basic/manual/code" }, { text: "自测猫", link: "/basic/manual/code/index.md" },
{ text: "判题狗", link: "/basic/manual/oj" }, { text: "判题狗", link: "/basic/manual/oj/index.md" },
{ text: "练习册", link: "/basic/manual/play" }, { text: "练习册", link: "/basic/manual/play/index.md" },
], ],
}, },
{ {
text: "编程技巧", text: "编程技巧",
items: [ items: [
{ text: "Python 小抄", link: "/basic/tips/cheatsheet" }, { text: "Python 小抄", link: "/basic/tips/cheatsheet/index.md" },
{ text: "看懂报错信息", link: "/basic/tips/error-message" }, {
{ text: "使用 AI", link: "/basic/tips/chatgpt" }, text: "看懂报错信息",
link: "/basic/tips/error-message/index.md",
},
{ text: "使用 AI", link: "/basic/tips/chatgpt/index.md" },
], ],
}, },
{ {
text: "判题狗", text: "判题狗",
items: [ items: [
{ text: "推荐的做题顺序", link: "/basic/online-judge/ordering" }, {
text: "推荐的做题顺序",
link: "/basic/online-judge/ordering/index.md",
},
], ],
}, },
{ {
text: "趣味杂谈", text: "趣味杂谈",
items: [ items: [
{ text: "中文编程语言介绍", link: "/basic/others/chinese-program-language" }, {
text: "中文编程语言介绍",
link: "/basic/others/chinese-program-language/index.md",
},
], ],
}, },
], ],
"/data-analysis": [{}],
"/crawler": [{}],
"/crash-course": [ "/crash-course": [
{ text: "简介", link: "/crash-course/00/index.md" }, { text: "简介", link: "/crash-course/00/index.md" },
{ text: "计算机早期历史", link: "/crash-course/01/index.md" }, { text: "计算机早期历史", link: "/crash-course/01/index.md" },

View File

@@ -1 +0,0 @@
# python

View File

View File

@@ -8,10 +8,10 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: 编程基础 text: 编程基础
link: /basic/manual/book/ link: /basic/manual/book/index.md
- theme: alt - theme: alt
text: 计算机速成 text: 计算机速成
link: /crash-course/00/ link: /crash-course/00/index.md
features: features:
- title: 派神启动 - title: 派神启动