diff --git a/src/App.tsx b/src/App.tsx index f5590275c..97a01e403 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,7 @@ import { Plus, Settings, ArrowLeft, - Bot, + // Bot, // TODO: Agents 功能开发中,暂时不需要 Book, Wrench, Server, @@ -24,6 +24,7 @@ import { import { checkAllEnvConflicts, checkEnvConflicts } from "@/lib/api/env"; import { useProviderActions } from "@/hooks/useProviderActions"; import { extractErrorMessage } from "@/utils/errorUtils"; +import { cn } from "@/lib/utils"; import { AppSwitcher } from "@/components/AppSwitcher"; import { ProviderList } from "@/components/providers/ProviderList"; import { AddProviderDialog } from "@/components/providers/AddProviderDialog"; @@ -404,7 +405,6 @@ function App() { > CC Switch -
- {isClaudeApp && ( - - )} - - {isClaudeApp && ( + {/* TODO: Agents 功能开发中,暂时隐藏入口 */} + {/* {isClaudeApp && ( - )} + )} */} + +