mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
17 lines
366 B
TypeScript
17 lines
366 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export const zhNavbar = navbar([
|
|
"/",
|
|
{ text: "文档", icon: "article", link: "/features/"},
|
|
{
|
|
text: "下载",
|
|
icon: "install",
|
|
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
|
},
|
|
{
|
|
text: "加入社区讨论",
|
|
icon: "community",
|
|
link: "/community.md"
|
|
},
|
|
]);
|