refactor(Menu): update menu titles for clarity and consistency

This commit is contained in:
jxxghp
2024-12-25 13:24:36 +08:00
parent cfa8b78c2e
commit b33cb8a12c
3 changed files with 18 additions and 6 deletions

View File

@@ -50,14 +50,14 @@ export const SystemNavMenus = [
admin: false,
},
{
title: '正在下载',
title: '下载管理',
icon: 'mdi-download-outline',
to: '/downloading',
header: '整理',
admin: false,
},
{
title: '历史记录',
title: '整理刮削',
icon: 'mdi-history',
to: '/history',
header: '整理',
@@ -123,7 +123,7 @@ export const UserfulMenus = [
to: 'setting?tab=words',
},
{
title: '历史记录',
title: '整理刮削',
icon: 'mdi-history',
to: 'history',
},