Skip to content

Commit

Permalink
a增加评论区
Browse files Browse the repository at this point in the history
  • Loading branch information
NatsumiXD committed Aug 29, 2024
1 parent 5b43331 commit a446830
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default navbar([
// },
// ],
// },
{
text: "Github",
icon: "fa-brands fa-github",
link: "https://github.com/BetterMinecraftHelpDocs",
},
// {
// text: "Github",
// icon: "fa-brands fa-github",
// link: "https://github.com/BetterMinecraftHelpDocs",
// },
]);
Binary file modified src/.vuepress/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default hopeTheme({

iconAssets: "fontawesome-with-brands",

logo: "https://theme-hope-assets.vuejs.press/logo.svg",
logo: "/logo.png",

repo: "BetterMinecraftHelpDocs/docs",

Expand Down Expand Up @@ -42,17 +42,17 @@ export default hopeTheme({
},

// 如果想要实时查看任何改变,启用它。注: 这对更新性能有很大负面影响
hotReload: false,
hotReload: true,

// 在这里配置主题提供的插件
plugins: {
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
comment: {
provider: "Giscus",
repo: "vuepress-theme-hope/giscus-discussions",
repoId: "R_kgDOG_Pt2A",
category: "Announcements",
categoryId: "DIC_kwDOG_Pt2M4COD69",
repo: "BetterMinecraftHelpDocs/docs-community",
repoId: "R_kgDOMp0f7w",
category: "文档评论区",
categoryId: "DIC_kwDOMp0f784CiBiz",
},

components: {
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
home: true
icon: home
title: 主页
heroImage: https://theme-hope-assets.vuejs.press/logo.svg
heroImage: /logo.png
bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg
bgImageDark: https://theme-hope-assets.vuejs.press/bg/6-dark.svg
bgImageStyle:
Expand Down

0 comments on commit a446830

Please sign in to comment.