From ca02e406f82a27d20b2a7b9ef1753d29588514ef Mon Sep 17 00:00:00 2001 From: niazye Date: Thu, 25 Sep 2025 00:59:50 +0800 Subject: [PATCH 1/2] docs: update project description: built with Docusaurus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f3d80..5b769b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > 本项目起源于 [タクヤマ](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) -> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库. +> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 基于 [Docusaurus](https://github.com/facebook/docusaurus) 搭建网站, 最终呈现为本仓库. ## 项目简介 From 525a6828ac06a158cade3a1ea99cc1713d89566e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=A7=E9=9B=A8=E3=83=90=E3=83=8B=E3=83=A9?= <118162831+KirisameVanilla@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:23:21 +0800 Subject: [PATCH 2/2] docs: badge --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b769b2..90cbaea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# ECNU·课栈 +# ECNU·课栈Docusaurus -![GitHub repo size](https://img.shields.io/github/repo-size/BetterECNU/SharedCourses?style=for-the-badge) -![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/BetterECNU/SharedCourses?style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FBetterECNU%2FSharedCourses%2Fissues) -![GitHub Repo stars](https://img.shields.io/github/stars/BetterECNU/SharedCourses?style=for-the-badge) + +GitHub Issues or Pull Requests + +GitHub Repo stars +GitHub repo size > 本项目起源于 [タクヤマ](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) -> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 基于 [Docusaurus](https://github.com/facebook/docusaurus) 搭建网站, 最终呈现为本仓库. +> 经由 [KirisameVanilla](https://github.com/KirisameVanilla) 重构, 最终呈现为本仓库. ## 项目简介 @@ -14,7 +16,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 +46,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)