Files
Snap.Hutao.Docs/docs/.vuepress/navbar/zh.ts
Mikachu2333 b8ceb907c7 QA Update (#133)
* update

* win10 uninstall

* add notes about root

* format

* modify

* update

* Update FAQ.md

* Update navbar

* Update docs

* Update Gacha-system-and-export-principal.md

* correct

* update

* disambig

* update

* add warning for auto-start (need re-update)

* update

* add a tabular for showing differences in each way for sync

* center tabular

* switch to md format

* update vs

* add some

* RE-update tabualr

* update

* correct

* update

* move web login to the end

* Update game-launcher.md

* Update docs

* Update character-data.md

---------

Co-authored-by: LinkChou <linkchou@yandex.com>
Co-authored-by: Masterain <i@irain.in>
2024-06-29 00:18:14 -07:00

69 lines
1.4 KiB
TypeScript

import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/zh/",
{
text: "文档",
icon: "iconfont icon-article",
link: "/zh/menu",
},
{
text: "下载",
icon: "iconfont icon-install",
link: "/zh/quick-start",
},
{
text: "支持我们",
icon: "iconfont icon-like",
link: "/zh/support-us",
},
{
text: "加入社区",
icon: "iconfont icon-community",
link: "/zh/community",
},
{
text: "项目看板",
icon: "iconfont icon-update",
ariaLabel: "ducalis-changelog-widget",
link: `javascript:void(0);`,
},
{
text: "帮助与支持",
icon: "iconfont icon-define",
prefix: "/zh/",
children: [
{
text: "更新日志",
icon: "iconfont icon-update",
link: "statements/update-log",
},
{
text: "服务可用性",
children: [
{
text: "Uptime Kuma",
icon: "/images/202312/uptime-kuma.svg",
link: "https://status.snapgenshin.cn/status",
},
],
},
{
text: "问题与反馈",
children: [
{
text: "常见问题",
icon: "iconfont icon-ask",
link: "advanced/FAQ.html",
},
{
text: "反馈问题",
icon: "iconfont icon-debug",
link: "statements/bug-report.html",
},
],
},
],
},
]);