ui: show Agents first in module chooser
This commit is contained in:
@@ -18,6 +18,16 @@ export type AiModuleDefinition = {
|
||||
};
|
||||
|
||||
export const aiModules: readonly AiModuleDefinition[] = [
|
||||
{
|
||||
id: 'cloud_agents',
|
||||
title: 'Makelore Agents',
|
||||
subtitle: 'AI 智能体',
|
||||
description: '打造你想象中的AI助手',
|
||||
route: '/cloud-agents',
|
||||
enabled: true,
|
||||
Icon: Sparkles,
|
||||
switcherLabel: 'Agents 智能体',
|
||||
},
|
||||
{
|
||||
id: 'programming',
|
||||
title: 'Makelore Code',
|
||||
@@ -46,16 +56,6 @@ export const aiModules: readonly AiModuleDefinition[] = [
|
||||
Icon: Bot,
|
||||
switcherLabel: 'Robot 机器',
|
||||
},
|
||||
{
|
||||
id: 'cloud_agents',
|
||||
title: 'Makelore Agents',
|
||||
subtitle: 'AI 智能体',
|
||||
description: '打造你想象中的AI助手',
|
||||
route: '/cloud-agents',
|
||||
enabled: true,
|
||||
Icon: Sparkles,
|
||||
switcherLabel: 'Agents 智能体',
|
||||
},
|
||||
];
|
||||
|
||||
const moduleAccessKeyById: Record<AiModuleId, ModuleAccessKey> = {
|
||||
|
||||
Reference in New Issue
Block a user