mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-08 01:58:55 +08:00
10 lines
302 B
TypeScript
10 lines
302 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" },
|
|
{ text: "MapStruct中文文档", icon: 'read', link: "/mapstruct/1-5-3-Final"}
|
|
]);
|
|
|