前端增加对deer-flow服务的检测 (#42)

前端增加对deer-flow服务的检测 (#42)
This commit is contained in:
hhhhsc701
2025-10-30 20:21:25 +08:00
committed by GitHub
parent 06b05a65a9
commit ba6caabbc6
2 changed files with 53 additions and 4 deletions

View File

@@ -43,9 +43,9 @@ import RatioTasksPage from "@/pages/RatioTask/RatioTask";
import CreateRatioTask from "@/pages/RatioTask/CreateRatioTask";
import OrchestrationPage from "@/pages/Orchestration/Orchestration";
import WorkflowEditor from "@/pages/Orchestration/WorkflowEditor";
import AgentPage from "@/pages/Agent/Agent";
import SettingsPage from "@/pages/SettingsPage/SettingsPage";
import { withErrorBoundary } from "@/components/ErrorBoundary";
import AgentPage from "@/pages/Agent/Agent.tsx";
const router = createBrowserRouter([
{