This commit is contained in:
2024-10-10 15:59:40 +08:00
parent 5485a1041d
commit 153d3da760
20 changed files with 20 additions and 14 deletions

View File

@@ -32,24 +32,30 @@ export default defineConfig({
{ {
text: "使用说明", text: "使用说明",
items: [ items: [
{ text: "本网站", link: "/basic/00/index.md" }, { text: "本网站", link: "/basic/book" },
{ text: "自测猫", link: "/basic/00/code.md" }, { text: "自测猫", link: "/basic/code" },
{ text: "判题狗", link: "/basic/00/oj.md" }, { text: "判题狗", link: "/basic/oj" },
{ text: "练习册", link: "/basic/00/play.md" }, { text: "练习册", link: "/basic/play" },
], ],
}, },
{ {
text: "编程技巧", text: "编程技巧",
items: [ items: [
{ text: "Python 小抄", link: "/basic/01/cheatsheet.md" }, { text: "Python 小抄", link: "/basic/cheatsheet" },
{ text: "看懂报错信息", link: "/basic/01/error-message.md" }, { text: "看懂报错信息", link: "/basic/error-message" },
{ text: "使用 AI", link: "/basic/01/chatgpt.md" }, { text: "使用 AI", link: "/basic/chatgpt" },
],
},
{
text: "OJ",
items: [
{ text: "推荐的做题顺序", link: "/basic/oj-sorting" },
], ],
}, },
{ {
text: "无用的冷知识", text: "无用的冷知识",
items: [ items: [
{ text: "中文编程语言介绍", link: "/basic/02/chinese-program-language.md" }, { text: "中文编程语言介绍", link: "/basic/chinese-program-language" },
], ],
}, },
], ],

View File

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

View File

@@ -1,6 +1,6 @@
# 本网站的使用说明 # 本网站的使用说明
![](./assets/book.png) ![](./book.png)
本网站 [https://book.xuyue.cc](https://book.xuyue.cc) 是一本编程书,其中包含了编程语言、应用领域、计算机科学等相关内容。 本网站 [https://book.xuyue.cc](https://book.xuyue.cc) 是一本编程书,其中包含了编程语言、应用领域、计算机科学等相关内容。

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -1,6 +1,6 @@
# 自测猫的使用说明 # 自测猫的使用说明
![](./assets/cat.png) ![](./cat.png)
自测猫 [https://code.xuyue.cc](https://code.xuyue.cc) 是一个代码在线运行的网站,省去在本地搭建编程环境的过程,平时运行简单的代码片段够用了。(为什么叫自测猫,因为是**自**行**测**试代码的机器**猫** 自测猫 [https://code.xuyue.cc](https://code.xuyue.cc) 是一个代码在线运行的网站,省去在本地搭建编程环境的过程,平时运行简单的代码片段够用了。(为什么叫自测猫,因为是**自**行**测**试代码的机器**猫**
@@ -8,7 +8,7 @@
因为适配了移动端,用手机打开,一些功能我给移到其他地方了,并且新增了**编程助手**,方便关键字和符号的输入: 因为适配了移动端,用手机打开,一些功能我给移到其他地方了,并且新增了**编程助手**,方便关键字和符号的输入:
![](./assets/book2.png) ![](./code.png)
希望不要给我找没有电脑的借口了,你有手机就可以写代码了(也许吧 希望不要给我找没有电脑的借口了,你有手机就可以写代码了(也许吧

View File

View File

@@ -1,6 +1,6 @@
# 判题狗的使用说明 # 判题狗的使用说明
![](./assets/oj.png) ![](./oj.png)
判题狗 [https://oj.xuyue.cc](https://oj.xuyue.cc) 是一个在线评测平台Online Judge由练习、比赛、排名等组成真实反映你用代码解决问题的能力。 判题狗 [https://oj.xuyue.cc](https://oj.xuyue.cc) 是一个在线评测平台Online Judge由练习、比赛、排名等组成真实反映你用代码解决问题的能力。

View File

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 309 KiB

View File

@@ -1,6 +1,6 @@
# 练习册的使用说明 # 练习册的使用说明
![](./assets/play.png) ![](./play.png)
练习册 [https://play.xuyue.cc](https://play.xuyue.cc) 单纯用于检测你是否掌握代码格式,本身这个网站也比较简单,半个小时就可以通关(关键是我比较懒,没有几道题 练习册 [https://play.xuyue.cc](https://play.xuyue.cc) 单纯用于检测你是否掌握代码格式,本身这个网站也比较简单,半个小时就可以通关(关键是我比较懒,没有几道题

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -8,7 +8,7 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: 编程基础 text: 编程基础
link: /basic/00/ link: /basic/book/
- theme: alt - theme: alt
text: 计算机速成 text: 计算机速成
link: /crash-course/00/ link: /crash-course/00/