mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
22 lines
522 B
TypeScript
22 lines
522 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export const zhNavbar = navbar([
|
|
"/zh/",
|
|
{ text: "文档", icon: "iconfont icon-article", link: "/zh/menu.html" },
|
|
{
|
|
text: "下载",
|
|
icon: "iconfont icon-install",
|
|
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
|
},
|
|
{
|
|
text: "加入用户社区",
|
|
icon: "iconfont icon-community",
|
|
link: "/zh/community",
|
|
},
|
|
{
|
|
text: "服务可用性",
|
|
icon: "iconfont icon-define",
|
|
link: "https://status.hut.ao/"
|
|
}
|
|
]);
|