From 530e32f1a1ab5ebb77c5ec4591c67bb6a7bc0a53 Mon Sep 17 00:00:00 2001 From: Rbqwow <55343783+Rbqwow@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:18:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=92=8C=E8=AF=84=E8=AE=BA=E5=8C=BA=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.ts | 6 +++--- docs/.vuepress/theme.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index bf83ae5865..836ad63e67 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -56,21 +56,21 @@ export default defineUserConfig({ [ "link", { - href: "https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700,900&display=swap", + href: "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap", rel: "stylesheet", }, ], [ "link", { - href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:400;500;700&display=swap", + href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap", rel: "stylesheet", }, ], [ "link", { - href: "https://fonts.googleapis.com/css2?family=Jetbrains+Mono:wght@300,400,500,700;700&display=swap", + href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap", rel: "stylesheet", }, ], diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 280060faab..73e188f1ba 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -61,7 +61,7 @@ export default hopeTheme({ repo: "MaaAssistantArknights/maa-website", repoId: "R_kgDOHY7Gyg", category: "Comments", - categoryId: "DIC_kwDOHY7Gys4CYefd", + categoryId: "DIC_kwDOHY7Gys4CgoVH", mapping: "pathname", strict: true, },