From 14873a893017d5f967b09271873cfe9e58eff1a7 Mon Sep 17 00:00:00 2001 From: jdysya <1912377458@qq.com> Date: Sat, 15 Feb 2025 18:09:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/.vuepress/theme.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/src/.vuepress/theme.ts b/doc/src/.vuepress/theme.ts index bca4425..4094f52 100644 --- a/doc/src/.vuepress/theme.ts +++ b/doc/src/.vuepress/theme.ts @@ -4,16 +4,16 @@ import navbar from "./navbar.js"; import sidebar from "./sidebar.js"; export default hopeTheme({ - hostname: "https://vuepress-theme-hope-docs-demo.netlify.app", + // hostname: "https://vuepress-theme-hope-docs-demo.netlify.app", author: { name: "余翔", - url: "https://mister-hope.com", + // url: "https://mister-hope.com", }, logo: "logo.svg", - repo: "vuepress-theme-hope/vuepress-theme-hope", + // repo: "vuepress-theme-hope/vuepress-theme-hope", docsDir: "src", @@ -24,7 +24,7 @@ export default hopeTheme({ sidebar, // 页脚 - footer: "默认页脚", + // footer: "默认页脚", displayFooter: true, // 加密配置 @@ -120,13 +120,13 @@ export default hopeTheme({ // 在这里配置主题提供的插件 plugins: { // 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务 - comment: { - provider: "Giscus", - repo: "vuepress-theme-hope/giscus-discussions", - repoId: "R_kgDOG_Pt2A", - category: "Announcements", - categoryId: "DIC_kwDOG_Pt2M4COD69", - }, + // comment: { + // provider: "Giscus", + // repo: "vuepress-theme-hope/giscus-discussions", + // repoId: "R_kgDOG_Pt2A", + // category: "Announcements", + // categoryId: "DIC_kwDOG_Pt2M4COD69", + // }, components: { components: ["Badge", "VPCard","PDF"],