mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
17 lines
353 B
TypeScript
17 lines
353 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export const enNavbar = navbar([
|
|
"/en/",
|
|
{ text: "下载", icon: "download", link: "https://go.hut.ao/down" },
|
|
{
|
|
text: "文档",
|
|
icon: "documents",
|
|
link: "/features/README.md"
|
|
},
|
|
{
|
|
text: "GitHub",
|
|
icon: "github",
|
|
link: "https://github.com/DGP-Studio/Snap.Hutao",
|
|
},
|
|
]);
|