From dfe13b11d3ab230e9820c14a42de60dcd0a9b3a0 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 1 Nov 2025 21:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E4=BD=93=E5=92=8C=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=9A=84=E9=BB=98=E8=AE=A4=E8=8F=9C=E5=8D=95=E6=94=B9?= =?UTF-8?q?=E4=B8=BAPageType=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/frontend/src/shared/stores/menu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jingrow/frontend/src/shared/stores/menu.ts b/apps/jingrow/frontend/src/shared/stores/menu.ts index 4e270a6..c3114ed 100644 --- a/apps/jingrow/frontend/src/shared/stores/menu.ts +++ b/apps/jingrow/frontend/src/shared/stores/menu.ts @@ -49,8 +49,8 @@ function getDefaultMenus(): AppMenuItem[] { { id: 'work', key: 'work', label: 'Work', icon: 'tabler:device-desktop', type: 'workspace', workspaceName: 'work', url: '/workspace/work', order: 2 }, { id: 'design', key: 'design', label: 'Design', icon: 'tabler:pencil', type: 'workspace', workspaceName: 'design', url: '/workspace/design', order: 3 }, { id: 'website', key: 'website', label: 'Website', icon: 'tabler:world', type: 'workspace', workspaceName: 'jsite', url: '/workspace/jsite', order: 4 }, - { id: 'agents', key: 'AgentList', label: 'Agents', icon: 'hugeicons:robotic', type: 'route', routeName: 'AgentList', order: 5 }, - { id: 'nodes', key: 'NodeList', label: 'Nodes', icon: 'carbon:add-child-node', type: 'route', routeName: 'NodeList', order: 6 }, + { id: 'agents', key: 'local-ai-agent', label: 'Agents', icon: 'hugeicons:robotic', type: 'pagetype', pagetype: 'Local Ai Agent', order: 5 }, + { id: 'nodes', key: 'local-ai-node', label: 'Nodes', icon: 'carbon:add-child-node', type: 'pagetype', pagetype: 'Local Ai Node', order: 6 }, { id: 'localJobs', key: 'LocalJobList', label: 'Task Queue', icon: 'iconoir:task-list', type: 'route', routeName: 'LocalJobList', order: 7 }, { id: 'scheduledJobs', key: 'ScheduledJobList', label: 'Scheduled Jobs', icon: 'carbon:event-schedule', type: 'route', routeName: 'ScheduledJobList', order: 8 }, { id: 'dev-group', key: 'dev-group', label: 'Development', icon: 'tabler:code', type: 'group', order: 9 },