diff --git a/.vitepress/config.ts b/.vitepress/config.ts
index 8262c6d..c653b30 100644
--- a/.vitepress/config.ts
+++ b/.vitepress/config.ts
@@ -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" },
],
diff --git a/basic/oj/oj-problems/index.md b/basic/oj/oj-problems/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/basic/online-judge/ordering/index.md b/basic/online-judge/ordering/index.md
new file mode 100644
index 0000000..ffdb67f
--- /dev/null
+++ b/basic/online-judge/ordering/index.md
@@ -0,0 +1,35 @@
+# 推荐的顺序
+
+## 只有输出
+
+[1051 家有家法,行有行规](https://oj.xuyue.cc/problem/1051)
+
+[1052 胜利的旗帜](https://oj.xuyue.cc/problem/1052)
+
+## 输入(单个)
+
+[1082 【原】启动](https://oj.xuyue.cc/problem/1082)
+
+[1087 震!惊!发!现!](https://oj.xuyue.cc/problem/1087)
+
+## 输入(只有空格)
+
+[2020 学习鸣式](https://oj.xuyue.cc/problem/2020)
+
+[1080 回来吧,我最骄傲の信仰](https://oj.xuyue.cc/problem/1080)
+
+## 输入(类型转换)
+
+## 输出(保留小数位)
+
+## if...else...
+
+[1089 海公牛](https://oj.xuyue.cc/problem/1089)
+
+[1083 这个游戏到底谁能赢啊!](https://oj.xuyue.cc/problem/1083)
+
+[4013 拯救世界的勇士](https://oj.xuyue.cc/problem/4013)
+
+## 循环(简单)
+
+[1084 【原】万猿升万德](https://oj.xuyue.cc/problem/1084)
\ No newline at end of file
diff --git a/index.md b/index.md
index 6c51f11..a3d63ea 100644
--- a/index.md
+++ b/index.md
@@ -15,11 +15,19 @@ hero:
features:
- title: 派神启动
+ icon:
+ src: /streamline-emojis--rocket.svg
details: 运行代码、修改代码、输入交互
- title: 简单易懂
+ icon:
+ src: /streamline-emojis--rolling-on-the-floor-laughing-2.svg
details: 图文并茂、简单明了
- title: 横向扩展
+ icon:
+ src: /streamline-emojis--globe-showing-americas.svg
details: 有很多课上和书里没有的
- title: 轻轻松松
+ icon:
+ src: /streamline-emojis--open-book.svg
details: 按心情随时更新
---
diff --git a/package-lock.json b/package-lock.json
index 32c7851..64d0f2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
- "name": "newbook",
- "version": "1.0.0",
+ "name": "book",
+ "version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "newbook",
- "version": "1.0.0",
+ "name": "book",
+ "version": "1.1.0",
"license": "ISC",
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
diff --git a/package.json b/package.json
index 9bd4452..d57cfe9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "newbook",
- "version": "1.0.0",
+ "name": "book",
+ "version": "1.1.0",
"description": "",
"main": "index.js",
"type": "module",
diff --git a/public/streamline-emojis--globe-showing-americas.svg b/public/streamline-emojis--globe-showing-americas.svg
new file mode 100644
index 0000000..094c28c
--- /dev/null
+++ b/public/streamline-emojis--globe-showing-americas.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/streamline-emojis--open-book.svg b/public/streamline-emojis--open-book.svg
new file mode 100644
index 0000000..602602d
--- /dev/null
+++ b/public/streamline-emojis--open-book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/streamline-emojis--rocket.svg b/public/streamline-emojis--rocket.svg
new file mode 100644
index 0000000..a595356
--- /dev/null
+++ b/public/streamline-emojis--rocket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/streamline-emojis--rolling-on-the-floor-laughing-2.svg b/public/streamline-emojis--rolling-on-the-floor-laughing-2.svg
new file mode 100644
index 0000000..7a8eb78
--- /dev/null
+++ b/public/streamline-emojis--rolling-on-the-floor-laughing-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file