mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-31 13:21:01 +08:00
refactor(Menu): update menu titles for clarity and consistency
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user