Skip to content

Commit

Permalink
❤️ upd: better lang use
Browse files Browse the repository at this point in the history
  • Loading branch information
XieXiLin2 committed May 2, 2024
1 parent c99781b commit a6f3c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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: {
Expand All @@ -302,7 +302,7 @@ export default withPwa(
title: "GlobeMC",
lang: "zh-CN",
lastUpdated: true,
description: "为一般玩家编写的 Minecraft 崩溃分析指南",
description: "为普通玩家编写的 Minecraft 崩溃分析指南",
srcDir: "docs",
themeConfig: themeConfig,
cleanUrls: true,
Expand Down

0 comments on commit a6f3c47

Please sign in to comment.