mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-07 17:48:35 +08:00
9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export const zhNavbar = navbar([
|
|
"/",
|
|
{ text: "指南", icon: "api", link: "/guide/class-convert" },
|
|
{ text: "更新日志", icon: "blog", link: "/release/log" }
|
|
]);
|
|
|