refactor: 更新记录 菜单

This commit is contained in:
dap
2025-04-03 17:09:39 +08:00
parent ec82510f49
commit bac71a30f0
4 changed files with 16 additions and 63 deletions

View File

@@ -126,6 +126,18 @@ export const localMenuList: RouteRecordStringComponent[] = [
title: $t('demos.vben.document'),
},
},
{
name: 'V5UpdateLog',
path: '/changelog',
component: '/演示使用自行删除/changelog/index',
meta: {
icon: 'lucide:book-open-text',
keepAlive: true,
title: '更新记录',
badge: '1.3.0',
badgeVariants: '#CC0033',
},
},
],
},
{