diff --git a/README.md b/README.md
index b5f3d80..32a6b51 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
-# ECNU·课栈
+# ECNU·课栈
-
-
-
+
+
+
+
+
+
> 本项目起源于 [タクヤマ](https://github.com/takuyamafuru) 的 [ECNU_Crypt_Student_Manual](https://github.com/BetterECNU/ECNU_Crypt_Student_Manual)
> 由 [Eagle233](https://github.com/Eagle233Fake) 提出整合想法, 并建立第一版仓库 [ECNU-SharedCourses](https://github.com/BetterECNU/ECNU-SharedCourses)
@@ -14,7 +17,7 @@
## 快速开始
-1. 访问 [myecnu.org](https://myecnu.org) 或 [courses.vanillaaaa.org](https://courses.vanillaaaa.org) 浏览和下载资料
+1. 访问 [courses.myecnu.org](https://courses.myecnu.org) 或 [courses.vanillaaaa.org](https://courses.vanillaaaa.org) 浏览和下载资料
2. 贡献资料: Fork 本仓库, 按命名规范添加资料, 提交 PR, 等待审核合并
## 贡献指南
@@ -44,4 +47,5 @@ docs/
## 致谢
-[tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)
+- [tianyilt/ecnu-PGCourseShare](https://github.com/tianyilt/ecnu-PGCourseShare)
+- [facebook/Docusaurus](https://github.com/facebook/docusaurus)
diff --git a/docs/undergraduate/外语学院/高级日语1/README.md b/docs/undergraduate/外语学院/高级日语1/README.md
new file mode 100644
index 0000000..8cf835f
--- /dev/null
+++ b/docs/undergraduate/外语学院/高级日语1/README.md
@@ -0,0 +1,7 @@
+---
+title: 高级日语1
+---
+
+## 2024-2025学年上学期
+
+[日语综合教程+第五册+(陆静华+谭晶华)+(9787544649636)](https://drive.vanillaaaa.org/SharedCourses/外语学院/日语综合教程+第五册+(陆静华+谭晶华)+(9787544649636).pdf)
diff --git a/docs/undergraduate/外语学院/高级日语2/README.md b/docs/undergraduate/外语学院/高级日语2/README.md
new file mode 100644
index 0000000..93f426e
--- /dev/null
+++ b/docs/undergraduate/外语学院/高级日语2/README.md
@@ -0,0 +1,7 @@
+---
+title: 高级日语2
+---
+
+## 2024-2025学年下学期
+
+[日语综合教程第六册](https://drive.vanillaaaa.org/SharedCourses/外语学院/日语综合教程第六册.pdf)
diff --git a/sidebars.js b/sidebars.js
index 567c6dc..748c462 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -108,6 +108,22 @@ const sidebars = {
},
],
},
+ {
+ type: 'category',
+ label: '外语学院',
+ link: {
+ type: 'generated-index',
+ title: '外语学院',
+ description: '外语学院的课程资料汇总',
+ slug: '/undergraduate/外语学院',
+ },
+ items: [
+ {
+ type: 'autogenerated',
+ dirName: 'undergraduate/外语学院',
+ },
+ ],
+ },
],
},
{