diff --git a/src/router/routes/modules/agent.ts b/src/router/routes/modules/agent.ts index c97b82d..c9efb45 100644 --- a/src/router/routes/modules/agent.ts +++ b/src/router/routes/modules/agent.ts @@ -9,7 +9,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ name: 'Agent', redirect: 'agent/index', meta: { - locale: '扣子智能体', + locale: '灵机ai', icon: IconRepository, requiresAuth: true, requireLogin: true, @@ -22,7 +22,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ name: 'AgentIndex', component: () => import('@/views/agent/index'), meta: { - locale:'ai应用', + locale:'智能体应用', requiresAuth: false, requireLogin: true, }, diff --git a/src/views/agent/chat/components/HistoryChat.vue b/src/views/agent/chat/components/HistoryChat.vue index b68b64b..e572ac6 100644 --- a/src/views/agent/chat/components/HistoryChat.vue +++ b/src/views/agent/chat/components/HistoryChat.vue @@ -9,7 +9,7 @@