diff --git a/README.md b/README.md index ad8fb6b..6f38c79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SharedCourses +# ECNU·课栈 ![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) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index cdbacbe..b4c2a9d 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -6,8 +6,8 @@ export default defineUserConfig({ base: "/", lang: "zh-CN", - title: "SharedCourses", - description: "Sharing Courses with ECNUers", + title: "ECNU·课栈", + description: "华东师范大学课程共享计划 - 统一汇总,公开共享,开放更新\nECNU SharedCourses - Sharing Courses with ECNUers", theme, diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 1115cde..bd061ed 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -30,7 +30,7 @@ export default hopeTheme({ sidebar, // 页脚 - footer: "SharedCourses - 华东师范大学课程共享计划", + footer: "ECNU·课栈 - 华东师范大学课程共享计划", displayFooter: true, // 多语言配置 diff --git a/docs/README.md b/docs/README.md index 6db8de8..bd32375 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,8 +8,8 @@ bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg bgImageDark: https://theme-hope-assets.vuejs.press/bg/6-dark.svg bgImageStyle: background-attachment: fixed -heroText: SharedCourses -tagline: 华东师范大学课程共享计划 - 统一汇总,公开共享,开放更新 +heroText: ECNU·课栈 +tagline: 华东师范大学课程共享计划
统一汇总,公开共享,开放更新 actions: - text: 开始 icon: lightbulb @@ -107,5 +107,5 @@ highlights: icon: magnifying-glass details: 内置搜索功能,快速定位所需课程和资料 -footer: SharedCourses - 华东师范大学课程共享计划 +footer: ECNU·课栈 - 华东师范大学课程共享计划 ---