From 635fc460f2076bf8b5e510f41448dcc5df763fd7 Mon Sep 17 00:00:00 2001
From: KirisameVanilla <118162831+KirisameVanilla@users.noreply.github.com>
Date: Mon, 1 Sep 2025 23:39:43 +0800
Subject: [PATCH] docs: README
---
README.md | 10 +++++++---
docs/.vuepress/theme.ts | 6 +++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 9005dc2..2f9a98a 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
### 项目简介
+> 本项目起源于 [タクヤマ](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) 重构, 最终呈现为本仓库。
+
本项目旨在为华东师范大学的学生提供一个统一、开放的课程资料共享平台。
目前我校的课程资料存在如下的特征:
@@ -24,7 +28,7 @@
平台面向的同学:
-1. **获取资料**: 想要获取资源的同学可直接[访问网站](https://ecnusc.eagle233.top/).
+1. **获取资料**: 想要获取资源的同学可直接[访问网站](https://courses.ecnu.vanillaaaa.org/).
2. **共享资料**: 愿意贡献资源的同学可按规范提交 PR 或通过邮件提交文件, 审核通过后合并到平台.
## 贡献指南
@@ -104,7 +108,7 @@ docs/
## 快速开始
-1. 访问[项目网站](https://ecnusc.eagle233.top/)浏览和下载资料
+1. 访问[项目网站](https://courses.ecnu.vanillaaaa.org/)浏览和下载资料
2. 要贡献资料,请:
- Fork 本仓库
- 按照命名规范添加资料
@@ -113,7 +117,7 @@ docs/
## 许可证
-本项目采用开源许可证,欢迎所有华师大学子参与贡献!
+本项目采用开源许可证,欢迎所有人参与贡献!
## 联系我们
diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts
index b3d37e6..f6ccbb2 100644
--- a/docs/.vuepress/theme.ts
+++ b/docs/.vuepress/theme.ts
@@ -4,7 +4,7 @@ import navbar from "./navbar.js";
import sidebar from "./sidebar.js";
export default hopeTheme({
- hostname: "https://vuepress-theme-hope-docs-demo.netlify.app",
+ hostname: "https://courses.ecnu.vanillaaaa.org",
author: {
name: "BetterECNU",
@@ -15,7 +15,7 @@ export default hopeTheme({
repo: "BetterECNU/SharedCourses",
- docsDir: "src",
+ docsDir: "docs",
// 导航栏
navbar,
@@ -24,7 +24,7 @@ export default hopeTheme({
sidebar,
// 页脚
- footer: "默认页脚",
+ footer: "SharedCourses - 华东师范大学课程共享计划",
displayFooter: true,
// 多语言配置