diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 391b43cd..83d6a4a2 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -51,9 +51,9 @@ export default withPwa( text: "崩溃提交", link: "/contribute/crash-report", }, + { text: "贡献者列表", link: "/contribute/contributors" }, ], }, - { text: "关于我们", link: "/about" }, { text: "捐赠支持", link: "https://afdian.net/a/Pigeon0v0" }, ], @@ -151,9 +151,9 @@ export default withPwa( text: "崩溃提交", link: "/contribute/crash-report", }, + { text: "贡献者名单", link: "/contribute/contributors.html" }, ], }, - { text: "关于我们", link: "/about" }, ], socialLinks: [{ icon: "github", link: "https://github.com/GlobeMC" }], diff --git a/docs/.vitepress/theme/components/Analyzer.vue b/docs/.vitepress/theme/components/Analyzer.vue index c2ee7a0d..2f5a0efb 100644 --- a/docs/.vitepress/theme/components/Analyzer.vue +++ b/docs/.vitepress/theme/components/Analyzer.vue @@ -60,9 +60,9 @@ const ROOT_URL = CUR_URL.substring( CUR_URL.indexOf(window.document.location.pathname), ) // 根网址 -const SYSTEM_URL = ROOT_URL + "/system.html" // 系统问题 -const VANILLA_URL = ROOT_URL + "/vanilla.html" // 原版问题 -const MODS_URL = ROOT_URL + "/mods.html" // Mod 问题 +const SYSTEM_URL = ROOT_URL + "/client/system.html" // 系统问题 +const VANILLA_URL = ROOT_URL + "/client/vanilla.html" // 原版问题 +const MODS_URL = ROOT_URL + "/client/mods.html" // Mod 问题 // 阻止浏览器默认拖拽行为 function handleDragEnter(e) { diff --git a/docs/.vitepress/theme/components/ReloadPrompt.vue b/docs/.vitepress/theme/components/ReloadPrompt.vue index 62fdd900..62e19aa4 100644 --- a/docs/.vitepress/theme/components/ReloadPrompt.vue +++ b/docs/.vitepress/theme/components/ReloadPrompt.vue @@ -1,5 +1,5 @@ -# 关于我们 +# 贡献者 + -此处列出了 GlobeMC 团队的所有成员,没有他们就不会有项目的诞生。 +此处列出了本文档的所有贡献者,感谢他们为文档作出的贡献。