feat: 优化菜单项,添加路由名称和标题支持,更新首页元信息
All checks were successful
/ playwright (push) Successful in 1m21s
/ build-and-deploy-to-vercel (push) Successful in 1m24s
/ depcheck (push) Successful in 1m2s

This commit is contained in:
严浩
2025-01-08 17:41:36 +08:00
parent 943eac62df
commit 83117bbf4b
3 changed files with 11 additions and 5 deletions

View File

@ -46,5 +46,9 @@ declare module 'vue-router' {
* @description 是否在菜单中隐藏
*/
hidden?: boolean;
/**
* @description 菜单标题
*/
title?: string;
}
}