Merge branch 'BetterECNU:main' into main
This commit is contained in:
commit
11a9fd8ceb
16
README.md
16
README.md
|
|
@ -1,8 +1,11 @@
|
|||
# ECNU·课栈
|
||||
# ECNU·课栈<a href="https://docusaurus.io/docs/category/guides"><img src="https://docusaurus.io/img/docusaurus.svg" height="30" alt="Docusaurus"></a>
|
||||
|
||||

|
||||

|
||||

|
||||
<a>
|
||||
<a href="https://github.com/BetterECNU/SharedCourses/issues">
|
||||
<img src="https://img.shields.io/github/issues/BetterECNU/SharedCourses?style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FBetterECNU%2FSharedCourses%2Fissues" height="30" alt="GitHub Issues or Pull Requests">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge" height="30" alt="GitHub repo size">
|
||||
</a>
|
||||
|
||||
> 本项目起源于 [タクヤマ](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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 高级日语1
|
||||
---
|
||||
|
||||
## 2024-2025学年上学期
|
||||
|
||||
[日语综合教程+第五册+(陆静华+谭晶华)+(9787544649636)](https://drive.vanillaaaa.org/SharedCourses/外语学院/日语综合教程+第五册+(陆静华+谭晶华)+(9787544649636).pdf)
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 高级日语2
|
||||
---
|
||||
|
||||
## 2024-2025学年下学期
|
||||
|
||||
[日语综合教程第六册](https://drive.vanillaaaa.org/SharedCourses/外语学院/日语综合教程第六册.pdf)
|
||||
16
sidebars.js
16
sidebars.js
|
|
@ -108,6 +108,22 @@ const sidebars = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '外语学院',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: '外语学院',
|
||||
description: '外语学院的课程资料汇总',
|
||||
slug: '/undergraduate/外语学院',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'undergraduate/外语学院',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue