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