From 23e64b12a47f12fb7b5b568614a11d3cc656055a Mon Sep 17 00:00:00 2001 From: Big-Cake-jpg <2577117205@qq.com> Date: Sun, 13 Aug 2023 16:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=8A=E5=B8=9D=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E8=BF=99=E4=B8=AA=20PWA=20=E5=BC=B9=E7=AA=97=E8=80=81?= =?UTF-8?q?=E9=9A=BE=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 4 +- docs/.vitepress/theme/components/Analyzer.vue | 6 +-- .../theme/components/ReloadPrompt.vue | 54 ++++--------------- docs/.vitepress/theme/style.css | 43 ++++++++++++++- docs/analyzer.md | 6 ++- docs/{about.md => contribute/contributors.md} | 8 +-- 6 files changed, 65 insertions(+), 56 deletions(-) rename docs/{about.md => contribute/contributors.md} (62%) 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 团队的所有成员,没有他们就不会有项目的诞生。 +此处列出了本文档的所有贡献者,感谢他们为文档作出的贡献。