This commit is contained in:
2024-10-10 20:53:32 +08:00
parent 85ae69d710
commit c4d5ab415c
10 changed files with 56 additions and 11 deletions

View File

@@ -23,8 +23,6 @@ export default defineConfig({
nav: [
{ text: "首页", link: "/" },
{ text: "基础知识", link: "/basic/manual/book/" },
{ text: "数据分析", link: "/data-analysis/index.md" },
{ text: "网络爬虫", link: "/crawler/index.md" },
{ text: "计算机速成课", link: "/crash-course/00/" },
],
sidebar: {
@@ -47,13 +45,13 @@ export default defineConfig({
],
},
{
text: "OJ",
text: "判题狗",
items: [
{ text: "推荐的做题顺序", link: "/basic/oj/oj-problems" },
{ text: "推荐的做题顺序", link: "/basic/online-judge/ordering" },
],
},
{
text: "无用的冷知识",
text: "趣味杂谈",
items: [
{ text: "中文编程语言介绍", link: "/basic/others/chinese-program-language" },
],