feat: 把历史记录调到下方

This commit is contained in:
DLmaster361
2025-09-14 15:54:12 +08:00
parent 76b32ad2c1
commit 76fcc13d4a

View File

@@ -62,9 +62,9 @@ const mainMenuItems = [
{ key: '/plans', label: '计划管理', icon: icon(CalendarOutlined) },
{ key: '/queue', label: '调度队列', icon: icon(UnorderedListOutlined) },
{ key: '/scheduler', label: '调度中心', icon: icon(ControlOutlined) },
{ key: '/history', label: '历史记录', icon: icon(HistoryOutlined) },
]
const bottomMenuItems = [
{ key: '/history', label: '历史记录', icon: icon(HistoryOutlined) },
{ key: '/settings', label: '设置', icon: icon(SettingOutlined) },
]