update
@@ -22,7 +22,7 @@ export default defineConfig({
|
||||
externalLinkIcon: true,
|
||||
nav: [
|
||||
{ text: "首页", link: "/" },
|
||||
{ text: "基础知识", link: "/basic/book/" },
|
||||
{ text: "基础知识", link: "/basic/manual/book/" },
|
||||
{ text: "数据分析", link: "/data-analysis/index.md" },
|
||||
{ text: "网络爬虫", link: "/crawler/index.md" },
|
||||
{ text: "计算机速成课", link: "/crash-course/00/" },
|
||||
@@ -32,30 +32,30 @@ export default defineConfig({
|
||||
{
|
||||
text: "使用说明",
|
||||
items: [
|
||||
{ text: "本网站", link: "/basic/book" },
|
||||
{ text: "自测猫", link: "/basic/code" },
|
||||
{ text: "判题狗", link: "/basic/oj" },
|
||||
{ text: "练习册", link: "/basic/play" },
|
||||
{ text: "本网站", link: "/basic/manual/book" },
|
||||
{ text: "自测猫", link: "/basic/manual/code" },
|
||||
{ text: "判题狗", link: "/basic/manual/oj" },
|
||||
{ text: "练习册", link: "/basic/manual/play" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "编程技巧",
|
||||
items: [
|
||||
{ text: "Python 小抄", link: "/basic/cheatsheet" },
|
||||
{ text: "看懂报错信息", link: "/basic/error-message" },
|
||||
{ text: "使用 AI", link: "/basic/chatgpt" },
|
||||
{ text: "Python 小抄", link: "/basic/tips/cheatsheet" },
|
||||
{ text: "看懂报错信息", link: "/basic/tips/error-message" },
|
||||
{ text: "使用 AI", link: "/basic/tips/chatgpt" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "OJ",
|
||||
items: [
|
||||
{ text: "推荐的做题顺序", link: "/basic/oj-problems" },
|
||||
{ text: "推荐的做题顺序", link: "/basic/oj/oj-problems" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "无用的冷知识",
|
||||
items: [
|
||||
{ text: "中文编程语言介绍", link: "/basic/chinese-program-language" },
|
||||
{ text: "中文编程语言介绍", link: "/basic/others/chinese-program-language" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |