From a6f3c477aba2132af44ad94032364a9b293423e4 Mon Sep 17 00:00:00 2001 From: XieXiLin Date: Thu, 2 May 2024 16:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=A4=EF=B8=8F=20upd:=20better=20lang=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index afec2bf..e3a79b9 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -71,7 +71,7 @@ const pwaConfig: PwaOptions = { id: "/", name: `${pwaName}`, short_name: `${pwaName}`, - description: "为一般玩家编写的 Minecraft 崩溃分析指南", + description: "为普通玩家编写的 Minecraft 崩溃分析指南", theme_color: "#ffffff", start_url: "/?utm_source=web_app_manifest", lang: "zh-CN", @@ -281,7 +281,7 @@ const themeConfig: DefaultTheme.Config = { editLink: { pattern: "https://github.com/GlobeMC/crashmc.com/edit/dev/docs/:path", - text: "在 GitHub 上帮助我们完善这个页面", + text: "在 GitHub 上帮助我们完善此页面", }, docFooter: { @@ -302,7 +302,7 @@ export default withPwa( title: "GlobeMC", lang: "zh-CN", lastUpdated: true, - description: "为一般玩家编写的 Minecraft 崩溃分析指南", + description: "为普通玩家编写的 Minecraft 崩溃分析指南", srcDir: "docs", themeConfig: themeConfig, cleanUrls: true,