chore: update deps (#108)

* chore: update deps

* style: update linter

* fix: fix catalog

* chore: tweaks navbar config

(cherry picked from commit 7ac010e072)
This commit is contained in:
Mr.Hope
2024-02-22 16:16:02 +08:00
committed by 目棃
parent 8f829c3f71
commit 820060e3a3
65 changed files with 1798 additions and 2156 deletions

View File

@@ -2,11 +2,15 @@ import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/zh/",
{ text: "文档", icon: "iconfont icon-article", link: "/zh/menu.html" },
{
text: "文档",
icon: "iconfont icon-article",
link: "/zh/menu",
},
{
text: "下载",
icon: "iconfont icon-install",
link: "/zh/quick-start.html",
link: "/zh/quick-start",
},
{
text: "支持我们",
@@ -21,11 +25,12 @@ export const zhNavbar = navbar([
{
text: "帮助与支持",
icon: "iconfont icon-define",
prefix: "/zh/",
children: [
{
text: "更新日志",
icon: "iconfont icon-update",
link: "/zh/statements/update-log.html"
link: "statements/update-log",
},
{
text: "服务可用性",
@@ -39,25 +44,24 @@ export const zhNavbar = navbar([
text: "Uptime Kuma",
icon: "/images/202312/uptime-kuma.svg",
link: "https://status.snapgenshin.cn/status",
}
]
},
],
},
{
text: "问题与反馈",
children:[
children: [
{
text: "常见问题",
icon: "iconfont icon-ask",
link: "/zh/advanced/FAQ.html"
link: "advanced/FAQ.html",
},
{
text: "反馈问题",
icon: "iconfont icon-debug",
link: "/zh/statements/bug-report.html"
link: "statements/bug-report.html",
},
]
}
]
],
},
],
},
]);