diff --git a/.vitepress/theme/index.js b/.vitepress/theme/index.js
index 7fb0389..a2684fb 100644
--- a/.vitepress/theme/index.js
+++ b/.vitepress/theme/index.js
@@ -4,6 +4,7 @@ import { h, watch } from 'vue'
import DefaultTheme from 'vitepress/theme-without-fonts'
import Download from '../../components/Download.vue'
import Bilibili from '../../components/Bilibili.vue'
+import Parallax from '../../components/Parallax.vue'
import './style.css'
import './rainbow.css'
@@ -20,6 +21,7 @@ export default {
DefaultTheme.enhanceApp(ctx)
ctx.app.component('Download', Download)
ctx.app.component('Bilibili', Bilibili)
+ ctx.app.component('Parallax', Parallax)
if (typeof window === 'undefined')
return
diff --git a/components/Parallax.vue b/components/Parallax.vue
new file mode 100644
index 0000000..2bc9f48
--- /dev/null
+++ b/components/Parallax.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
diff --git a/contributors.md b/contributors.md
index cd48d0f..9f0b1bb 100644
--- a/contributors.md
+++ b/contributors.md
@@ -5,7 +5,7 @@ import { members } from './members.ts'
# 贡献者名单
-
+
以下为对本项目做出贡献的人员名单,排名不分先后。
diff --git a/index.md b/index.md
index 51628de..7ccca79 100644
--- a/index.md
+++ b/index.md
@@ -28,4 +28,4 @@ features:
details: 还有非常多的内容尚未更新完毕,我们期待着你的反馈和加入!
---
-
\ No newline at end of file
+
diff --git a/public/cn.hdu-cs.wiki_.png b/public/cn.hdu-cs.wiki_.png
new file mode 100644
index 0000000..9d35dd8
Binary files /dev/null and b/public/cn.hdu-cs.wiki_.png differ
diff --git a/public/hdu-cs-wiki main.png b/public/hdu-cs-wiki main.png
new file mode 100644
index 0000000..4c70817
Binary files /dev/null and b/public/hdu-cs-wiki main.png differ
diff --git a/简介.md b/简介.md
index 7665728..f49d246 100644
--- a/简介.md
+++ b/简介.md
@@ -1,4 +1,5 @@
# HDU计算机科学讲义
+
## 序言
相信看到这个wiki的同学都对计算机专业有着或多或少的期待,或许有人因小时候某次电视上的黑客操作所振奋,或许有人是被全民编程的时代浪潮席卷而来,渴望着高薪的工作,或者又有人因为渴望着用编程改变世界。
@@ -13,7 +14,7 @@
学长学姐们深知其中痛楚,在我们踩了一个个坑后,我们决定:
-**出一份计算机科学领域的讲义,一起做大家的领路人。**
+**出一份计算机科学领域的讲义,一起做大家的领路人。**
## 救赎之路?
@@ -38,7 +39,8 @@
**群号:669895692**
::: tip 🤔
-#### **为什么我要花大量的时间与折磨受这样的训练?**
+
+### 为什么我要花大量的时间与折磨受这样的训练?
因为你来大学的主要目的,就是进行学习,而学校的传授的内容往往是不能满足成为一个合格的 CSer 的全部需求的。
@@ -49,6 +51,7 @@
教育除了知识的记忆之外, 更本质的是能力的训练, 即所谓的 training。 而但凡 training 就必须克服一定的难度, 否则你就是在做重复劳动, 能力也不会有改变。 如果遇到难度就选择退缩, 或者让别人来替你克服本该由你自己克服的难度, 等于是自动放弃了获得 training 的机会, 而这其实是大学专业教育最宝贵的部分。 —— etone
:::
+
## 学习原则
1. 建议保持至少一半时间在实操,一半时间在学理论知识,比例未必正确的,但是强调实操和反馈的重要性,如果你上来就拿一本经典的花书看,只看理论或者上来就整一段开源代码,势必会陷入不同程度的盲目和困苦当中。