feat(web): 增加跨站导航列表

This commit is contained in:
2025-06-24 09:29:48 +08:00
parent 53638a8a6d
commit b58c34443f
2 changed files with 24 additions and 13 deletions

View File

@@ -17,18 +17,16 @@ import {type JSX, useState} from 'react'
import styled from 'styled-components'
import '@xyflow/react/dist/style.css'
import {amisRender, commonInfo, horizontalFormOptions} from '../../../util/amis.tsx'
import StartNode from './node/StartNode.tsx'
import EndNode from './node/EndNode.tsx'
import LlmNode from './node/LlmNode.tsx'
import StartNode from './node/StartNode.tsx'
import {useDataStore} from './store/DataStore.ts'
import {useFlowStore} from './store/FlowStore.ts'
const FlowableDiv = styled.div`
height: 93vh;
height: 92vh;
.toolbar {
z-index: 999;
position: absolute;
}
.node-card {