fix(desktop): rename task scheduler navigation
This commit is contained in:
@@ -23,7 +23,7 @@ const navItems: Array<{ id: View; label: string; icon: React.ReactNode }> = [
|
|||||||
{ id: 'tasks', label: '计划', icon: <IconList /> },
|
{ id: 'tasks', label: '计划', icon: <IconList /> },
|
||||||
{ id: 'documents', label: '资料', icon: <IconFile /> },
|
{ id: 'documents', label: '资料', icon: <IconFile /> },
|
||||||
{ id: 'ai', label: 'AI', icon: <IconRobot /> },
|
{ id: 'ai', label: 'AI', icon: <IconRobot /> },
|
||||||
{ id: 'cron', label: '计划任务', icon: <IconClockCircle /> },
|
{ id: 'cron', label: '任务', icon: <IconClockCircle /> },
|
||||||
]
|
]
|
||||||
|
|
||||||
export function App() {
|
export function App() {
|
||||||
|
|||||||
Reference in New Issue
Block a user