diff --git a/apps/desktop-client/src/renderer/components/DesktopShell.vue b/apps/desktop-client/src/renderer/components/DesktopShell.vue index 5840910..4511546 100644 --- a/apps/desktop-client/src/renderer/components/DesktopShell.vue +++ b/apps/desktop-client/src/renderer/components/DesktopShell.vue @@ -88,7 +88,7 @@ const navItems = computed(() => { { to: '/ai-platforms', title: 'AI 平台', - description: 'AI 平台一平台一授权,按卡片查看状态与归属', + description: 'AI 模型多账号绑定、健康检查与自动切换', count: accounts.filter((item) => monitoringIDs.has(item.platform)).length, icon: RobotOutlined, }, diff --git a/apps/desktop-client/src/renderer/views/AiPlatformsView.vue b/apps/desktop-client/src/renderer/views/AiPlatformsView.vue index bd039bc..fa3bd07 100644 --- a/apps/desktop-client/src/renderer/views/AiPlatformsView.vue +++ b/apps/desktop-client/src/renderer/views/AiPlatformsView.vue @@ -1,10 +1,13 @@