refactor all the frontend code

This commit is contained in:
hjlarry
2025-08-07 10:58:53 +08:00
parent 3f3b37b843
commit e43b46786d
21 changed files with 733 additions and 541 deletions

View File

@ -14,7 +14,7 @@ import useConfig from './nodes/start/use-config'
import type { StartNodeType } from './nodes/start/types'
import type { PromptVariable } from '@/models/debug'
import NewFeaturePanel from '@/app/components/base/features/new-feature-panel'
import { webSocketClient } from '@/app/components/workflow/collaboration/core/websocket-client'
import { webSocketClient } from '@/app/components/workflow/collaboration/core/websocket-manager'
const Features = () => {
const setShowFeaturesPanel = useStore(s => s.setShowFeaturesPanel)