feat(composables): 提取菜单选项生成逻辑到独立 composables
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m0s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m33s

This commit is contained in:
严浩
2025-10-24 12:14:46 +08:00
parent 990f2811ae
commit c11473edb5
5 changed files with 159 additions and 143 deletions

View File

@@ -70,7 +70,7 @@ declare module 'vue-router' {
}
export { router, setupLayoutsResult };
export { createGetRoutes } from 'virtual:meta-layouts';
declare global {
type PageTitleLocalizations = Record<keyof RouteNamedMap, string>;
}