mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-08 01:58:55 +08:00
5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
export const navbar = [
|
|
{ text: '首页', link: '/', icon: 'Home' },
|
|
{ text: '指南', link: '/guide/class-convert', icon: 'Api' },
|
|
{ text: 'MapStruct 中文文档', link: '/mapstruct/1-5-5-Final' }
|
|
] |