fix app detail bg (#6172)
* fix app detail bg * remove code * fix * detail modal & icon position
@@ -28,8 +28,8 @@ export const AgentNode: FlowNodeTemplateType = {
|
||||
templateType: FlowNodeTemplateTypeEnum.ai,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/toolCall',
|
||||
avatarLinear: 'core/workflow/systemNode/toolCallLinear',
|
||||
avatar: 'core/workflow/template/toolCall',
|
||||
avatarLinear: 'core/workflow/template/toolCallLinear',
|
||||
colorSchema: 'indigo',
|
||||
name: i18nT('workflow:template.agent'),
|
||||
intro: i18nT('workflow:template.agent_intro'),
|
||||
|
||||
@@ -48,8 +48,8 @@ export const AiChatModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.chatNode,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/aiChat',
|
||||
avatarLinear: 'core/workflow/systemNode/aiChatLinear',
|
||||
avatar: 'core/workflow/template/aiChat',
|
||||
avatarLinear: 'core/workflow/template/aiChatLinear',
|
||||
colorSchema: 'blueDark',
|
||||
name: i18nT('workflow:template.ai_chat'),
|
||||
intro: i18nT('workflow:template.ai_chat_intro'),
|
||||
|
||||
@@ -13,8 +13,8 @@ export const AssignedAnswerModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.answerNode,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/reply',
|
||||
avatarLinear: 'core/workflow/systemNode/replyLinear',
|
||||
avatar: 'core/workflow/template/reply',
|
||||
avatarLinear: 'core/workflow/template/replyLinear',
|
||||
colorSchema: 'blue',
|
||||
name: i18nT('workflow:assigned_reply'),
|
||||
intro: i18nT('workflow:intro_assigned_reply'),
|
||||
|
||||
@@ -25,8 +25,8 @@ export const ClassifyQuestionModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.classifyQuestion,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/questionClassify',
|
||||
avatarLinear: 'core/workflow/systemNode/questionClassifyLinear',
|
||||
avatar: 'core/workflow/template/questionClassify',
|
||||
avatarLinear: 'core/workflow/template/questionClassifyLinear',
|
||||
colorSchema: 'purple',
|
||||
name: i18nT('workflow:question_classification'),
|
||||
intro: i18nT('workflow:intro_question_classification'),
|
||||
|
||||
@@ -21,8 +21,8 @@ export const ContextExtractModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.contentExtract,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/extractJson',
|
||||
avatarLinear: 'core/workflow/systemNode/extractJsonLinear',
|
||||
avatar: 'core/workflow/template/extractJson',
|
||||
avatarLinear: 'core/workflow/template/extractJsonLinear',
|
||||
colorSchema: 'teal',
|
||||
name: i18nT('workflow:text_content_extraction'),
|
||||
intro: i18nT('workflow:intro_text_content_extraction'),
|
||||
|
||||
@@ -13,8 +13,8 @@ export const CustomFeedbackNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.customFeedback,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/customFeedback',
|
||||
avatarLinear: 'core/workflow/systemNode/customFeedbackLinear',
|
||||
avatar: 'core/workflow/template/customFeedback',
|
||||
avatarLinear: 'core/workflow/template/customFeedbackLinear',
|
||||
colorSchema: 'yellowGreen',
|
||||
name: i18nT('workflow:custom_feedback'),
|
||||
intro: i18nT('workflow:intro_custom_feedback'),
|
||||
|
||||
@@ -36,8 +36,8 @@ export const DatasetConcatModule: FlowNodeTemplateType = {
|
||||
templateType: FlowNodeTemplateTypeEnum.other,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/datasetConcat',
|
||||
avatarLinear: 'core/workflow/systemNode/datasetConcatLinear',
|
||||
avatar: 'core/workflow/template/datasetConcat',
|
||||
avatarLinear: 'core/workflow/template/datasetConcatLinear',
|
||||
colorSchema: 'blue',
|
||||
name: i18nT('workflow:knowledge_base_search_merge'),
|
||||
intro: i18nT('workflow:intro_knowledge_base_search_merge'),
|
||||
|
||||
@@ -25,8 +25,8 @@ export const DatasetSearchModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.datasetSearchNode,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/datasetSearch',
|
||||
avatarLinear: 'core/workflow/systemNode/datasetSearchLinear',
|
||||
avatar: 'core/workflow/template/datasetSearch',
|
||||
avatarLinear: 'core/workflow/template/datasetSearchLinear',
|
||||
colorSchema: 'blueLight',
|
||||
name: i18nT('workflow:template.dataset_search'),
|
||||
intro: Dataset_SEARCH_DESC,
|
||||
|
||||
@@ -21,8 +21,8 @@ export const HttpNode468: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.httpRequest468,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/httpRequest',
|
||||
avatarLinear: 'core/workflow/systemNode/httpRequestLinear',
|
||||
avatar: 'core/workflow/template/httpRequest',
|
||||
avatarLinear: 'core/workflow/template/httpRequestLinear',
|
||||
colorSchema: 'indigo',
|
||||
name: i18nT('workflow:http_request'),
|
||||
intro: i18nT('workflow:intro_http_request'),
|
||||
|
||||
@@ -18,8 +18,8 @@ export const IfElseNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.ifElseNode,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/ifelse',
|
||||
avatarLinear: 'core/workflow/systemNode/ifelseLinear',
|
||||
avatar: 'core/workflow/template/ifelse',
|
||||
avatarLinear: 'core/workflow/template/ifelseLinear',
|
||||
colorSchema: 'greenLight',
|
||||
name: i18nT('workflow:condition_checker'),
|
||||
intro: i18nT('workflow:execute_different_branches_based_on_conditions'),
|
||||
|
||||
@@ -18,8 +18,8 @@ export const FormInputNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.formInput,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/formInput',
|
||||
avatarLinear: 'core/workflow/systemNode/formInputLinear',
|
||||
avatar: 'core/workflow/template/formInput',
|
||||
avatarLinear: 'core/workflow/template/formInputLinear',
|
||||
colorSchema: 'violetDeep',
|
||||
name: i18nT('app:workflow.form_input'),
|
||||
intro: i18nT(`app:workflow.form_input_tip`),
|
||||
|
||||
@@ -18,8 +18,8 @@ export const UserSelectNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.userSelect,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/userSelect',
|
||||
avatarLinear: 'core/workflow/systemNode/userSelectLinear',
|
||||
avatar: 'core/workflow/template/userSelect',
|
||||
avatarLinear: 'core/workflow/template/userSelectLinear',
|
||||
colorSchema: 'green',
|
||||
diagram: '/imgs/app/userSelect.svg',
|
||||
name: i18nT('app:workflow.user_select'),
|
||||
|
||||
@@ -24,8 +24,8 @@ export const LoopNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.loop,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/loop',
|
||||
avatarLinear: 'core/workflow/systemNode/loopLinear',
|
||||
avatar: 'core/workflow/template/loop',
|
||||
avatarLinear: 'core/workflow/template/loopLinear',
|
||||
colorSchema: 'violetDeep',
|
||||
name: i18nT('workflow:loop'),
|
||||
intro: i18nT('workflow:intro_loop'),
|
||||
|
||||
@@ -15,8 +15,8 @@ export const LoopEndNode: FlowNodeTemplateType = {
|
||||
showTargetHandle: true,
|
||||
unique: true,
|
||||
forbidDelete: true,
|
||||
avatar: 'core/workflow/systemNode/loopEnd',
|
||||
avatarLinear: 'core/workflow/systemNode/loopEndLinear',
|
||||
avatar: 'core/workflow/template/loopEnd',
|
||||
avatarLinear: 'core/workflow/template/loopEndLinear',
|
||||
colorSchema: 'violetDeep',
|
||||
name: i18nT('workflow:loop_end'),
|
||||
showStatus: false,
|
||||
|
||||
@@ -18,8 +18,8 @@ export const LoopStartNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.loopStart,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: false,
|
||||
avatar: 'core/workflow/systemNode/loopStart',
|
||||
avatarLinear: 'core/workflow/systemNode/loopStartLinear',
|
||||
avatar: 'core/workflow/template/loopStart',
|
||||
avatarLinear: 'core/workflow/template/loopStartLinear',
|
||||
colorSchema: 'violetDeep',
|
||||
name: i18nT('workflow:loop_start'),
|
||||
unique: true,
|
||||
|
||||
@@ -9,8 +9,8 @@ export const PluginConfigNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.pluginConfig,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: false,
|
||||
avatar: 'core/workflow/systemNode/systemConfig',
|
||||
avatarLinear: 'core/workflow/systemNode/systemConfigLinear',
|
||||
avatar: 'core/workflow/template/systemConfig',
|
||||
avatarLinear: 'core/workflow/template/systemConfigLinear',
|
||||
colorSchema: 'pink',
|
||||
name: i18nT('workflow:template.system_config'),
|
||||
intro: '',
|
||||
|
||||
@@ -11,8 +11,8 @@ export const PluginInputModule: FlowNodeTemplateType = {
|
||||
showTargetHandle: false,
|
||||
unique: true,
|
||||
forbidDelete: true,
|
||||
avatar: 'core/workflow/systemNode/workflowStart',
|
||||
avatarLinear: 'core/workflow/systemNode/workflowStartLinear',
|
||||
avatar: 'core/workflow/template/workflowStart',
|
||||
avatarLinear: 'core/workflow/template/workflowStartLinear',
|
||||
colorSchema: 'blue',
|
||||
name: i18nT('workflow:plugin_input'),
|
||||
intro: i18nT('workflow:intro_plugin_input'),
|
||||
|
||||
@@ -9,8 +9,8 @@ export const PluginOutputModule: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.pluginOutput,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/pluginOutput',
|
||||
avatarLinear: 'core/workflow/systemNode/pluginOutputLinear',
|
||||
avatar: 'core/workflow/template/pluginOutput',
|
||||
avatarLinear: 'core/workflow/template/pluginOutputLinear',
|
||||
colorSchema: 'blue',
|
||||
name: i18nT('workflow:template.plugin_output'),
|
||||
intro: i18nT('workflow:intro_custom_plugin_output'),
|
||||
|
||||
@@ -23,8 +23,8 @@ export const AiQueryExtension: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.queryExtension,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/queryExtension',
|
||||
avatarLinear: 'core/workflow/systemNode/queryExtensionLinear',
|
||||
avatar: 'core/workflow/template/queryExtension',
|
||||
avatarLinear: 'core/workflow/template/queryExtensionLinear',
|
||||
colorSchema: 'indigo',
|
||||
name: i18nT('workflow:question_optimization'),
|
||||
intro: i18nT('workflow:intro_question_optimization'),
|
||||
|
||||
@@ -19,8 +19,8 @@ export const ReadFilesNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.readFiles,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/readFiles',
|
||||
avatarLinear: 'core/workflow/systemNode/readFilesLinear',
|
||||
avatar: 'core/workflow/template/readFiles',
|
||||
avatarLinear: 'core/workflow/template/readFilesLinear',
|
||||
colorSchema: 'green',
|
||||
name: i18nT('app:workflow.read_files'),
|
||||
intro: i18nT('app:workflow.read_files_tip'),
|
||||
|
||||
@@ -21,8 +21,8 @@ export const CodeNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.code,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/codeRun',
|
||||
avatarLinear: 'core/workflow/systemNode/codeRunLinear',
|
||||
avatar: 'core/workflow/template/codeRun',
|
||||
avatarLinear: 'core/workflow/template/codeRunLinear',
|
||||
colorSchema: 'lime',
|
||||
name: i18nT('workflow:code_execution'),
|
||||
intro: i18nT('workflow:execute_a_simple_script_code_usually_for_complex_data_processing'),
|
||||
|
||||
@@ -9,8 +9,8 @@ export const StopToolNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.stopTool,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/stopTool',
|
||||
avatarLinear: 'core/workflow/systemNode/stopToolLinear',
|
||||
avatar: 'core/workflow/template/stopTool',
|
||||
avatarLinear: 'core/workflow/template/stopToolLinear',
|
||||
colorSchema: 'violet',
|
||||
name: i18nT('workflow:tool_call_termination'),
|
||||
intro: i18nT('workflow:intro_tool_call_termination'),
|
||||
|
||||
@@ -9,8 +9,8 @@ export const SystemConfigNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.systemConfig,
|
||||
showSourceHandle: false,
|
||||
showTargetHandle: false,
|
||||
avatar: 'core/workflow/systemNode/systemConfig',
|
||||
avatarLinear: 'core/workflow/systemNode/systemConfigLinear',
|
||||
avatar: 'core/workflow/template/systemConfig',
|
||||
avatarLinear: 'core/workflow/template/systemConfigLinear',
|
||||
colorSchema: 'pink',
|
||||
name: i18nT('workflow:template.system_config'),
|
||||
intro: '',
|
||||
|
||||
@@ -18,8 +18,8 @@ export const TextEditorNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.textEditor,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/textConcat',
|
||||
avatarLinear: 'core/workflow/systemNode/textConcatLinear',
|
||||
avatar: 'core/workflow/template/textConcat',
|
||||
avatarLinear: 'core/workflow/template/textConcatLinear',
|
||||
colorSchema: 'orange',
|
||||
name: i18nT('workflow:text_concatenation'),
|
||||
intro: i18nT('workflow:intro_text_concatenation'),
|
||||
|
||||
@@ -9,8 +9,8 @@ export const ToolParamsNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.toolParams,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/toolParams',
|
||||
avatarLinear: 'core/workflow/systemNode/toolParamsLinear',
|
||||
avatar: 'core/workflow/template/toolParams',
|
||||
avatarLinear: 'core/workflow/template/toolParamsLinear',
|
||||
colorSchema: 'indigo',
|
||||
name: i18nT('workflow:tool_custom_field'),
|
||||
intro: i18nT('workflow:intro_tool_params_config'),
|
||||
|
||||
@@ -13,8 +13,8 @@ export const VariableUpdateNode: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.variableUpdate,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: true,
|
||||
avatar: 'core/workflow/systemNode/variableUpdate',
|
||||
avatarLinear: 'core/workflow/systemNode/variableUpdateLinear',
|
||||
avatar: 'core/workflow/template/variableUpdate',
|
||||
avatarLinear: 'core/workflow/template/variableUpdateLinear',
|
||||
colorSchema: 'coral',
|
||||
name: i18nT('workflow:variable_update'),
|
||||
intro: i18nT('workflow:update_specified_node_output_or_global_variable'),
|
||||
|
||||
@@ -24,8 +24,8 @@ export const WorkflowStart: FlowNodeTemplateType = {
|
||||
flowNodeType: FlowNodeTypeEnum.workflowStart,
|
||||
showSourceHandle: true,
|
||||
showTargetHandle: false,
|
||||
avatar: 'core/workflow/systemNode/workflowStart',
|
||||
avatarLinear: 'core/workflow/systemNode/workflowStartLinear',
|
||||
avatar: 'core/workflow/template/workflowStart',
|
||||
avatarLinear: 'core/workflow/template/workflowStartLinear',
|
||||
colorSchema: 'blue',
|
||||
name: i18nT('workflow:template.workflow_start'),
|
||||
intro: '',
|
||||
|
||||
@@ -319,124 +319,119 @@ export const iconPaths = {
|
||||
'core/workflow/runSkip': () => import('./icons/core/workflow/runSkip.svg'),
|
||||
'core/workflow/runSuccess': () => import('./icons/core/workflow/runSuccess.svg'),
|
||||
'core/workflow/running': () => import('./icons/core/workflow/running.svg'),
|
||||
'core/workflow/systemNode/aiChat': () => import('./icons/core/workflow/systemNode/aiChat.svg'),
|
||||
'core/workflow/systemNode/aiChatLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/aiChatLinear.svg'),
|
||||
'core/workflow/systemNode/codeRun': () => import('./icons/core/workflow/systemNode/codeRun.svg'),
|
||||
'core/workflow/systemNode/codeRunLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/codeRunLinear.svg'),
|
||||
'core/workflow/systemNode/customFeedback': () =>
|
||||
import('./icons/core/workflow/systemNode/customFeedback.svg'),
|
||||
'core/workflow/systemNode/customFeedbackLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/customFeedbackLinear.svg'),
|
||||
'core/workflow/systemNode/datasetConcat': () =>
|
||||
import('./icons/core/workflow/systemNode/datasetConcat.svg'),
|
||||
'core/workflow/systemNode/datasetConcatLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/datasetConcatLinear.svg'),
|
||||
'core/workflow/systemNode/datasetSearch': () =>
|
||||
import('./icons/core/workflow/systemNode/datasetSearch.svg'),
|
||||
'core/workflow/systemNode/datasetSearchLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/datasetSearchLinear.svg'),
|
||||
'core/workflow/systemNode/extractJson': () =>
|
||||
import('./icons/core/workflow/systemNode/extractJson.svg'),
|
||||
'core/workflow/systemNode/extractJsonLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/extractJsonLinear.svg'),
|
||||
'core/workflow/systemNode/formInput': () =>
|
||||
import('./icons/core/workflow/systemNode/formInput.svg'),
|
||||
'core/workflow/systemNode/formInputLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/formInputLinear.svg'),
|
||||
'core/workflow/systemNode/httpRequest': () =>
|
||||
import('./icons/core/workflow/systemNode/httpRequest.svg'),
|
||||
'core/workflow/systemNode/httpRequestLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/httpRequestLinear.svg'),
|
||||
'core/workflow/systemNode/ifelse': () => import('./icons/core/workflow/systemNode/ifelse.svg'),
|
||||
'core/workflow/systemNode/ifelseLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/ifelseLinear.svg'),
|
||||
'core/workflow/systemNode/loop': () => import('./icons/core/workflow/systemNode/loop.svg'),
|
||||
'core/workflow/systemNode/loopEnd': () => import('./icons/core/workflow/systemNode/loopEnd.svg'),
|
||||
'core/workflow/systemNode/loopEndLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/loopEndLinear.svg'),
|
||||
'core/workflow/systemNode/loopLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/loopLinear.svg'),
|
||||
'core/workflow/systemNode/loopStart': () =>
|
||||
import('./icons/core/workflow/systemNode/loopStart.svg'),
|
||||
'core/workflow/systemNode/loopStartLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/loopStartLinear.svg'),
|
||||
'core/workflow/systemNode/pluginOutput': () =>
|
||||
import('./icons/core/workflow/systemNode/pluginOutput.svg'),
|
||||
'core/workflow/systemNode/pluginOutputLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/pluginOutputLinear.svg'),
|
||||
'core/workflow/systemNode/queryExtension': () =>
|
||||
import('./icons/core/workflow/systemNode/queryExtension.svg'),
|
||||
'core/workflow/systemNode/queryExtensionLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/queryExtensionLinear.svg'),
|
||||
'core/workflow/systemNode/questionClassify': () =>
|
||||
import('./icons/core/workflow/systemNode/questionClassify.svg'),
|
||||
'core/workflow/systemNode/questionClassifyLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/questionClassifyLinear.svg'),
|
||||
'core/workflow/systemNode/readFiles': () =>
|
||||
import('./icons/core/workflow/systemNode/readFiles.svg'),
|
||||
'core/workflow/systemNode/readFilesLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/readFilesLinear.svg'),
|
||||
'core/workflow/systemNode/reply': () => import('./icons/core/workflow/systemNode/reply.svg'),
|
||||
'core/workflow/systemNode/replyLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/replyLinear.svg'),
|
||||
'core/workflow/systemNode/stopTool': () =>
|
||||
import('./icons/core/workflow/systemNode/stopTool.svg'),
|
||||
'core/workflow/systemNode/stopToolLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/stopToolLinear.svg'),
|
||||
'core/workflow/systemNode/systemConfig': () =>
|
||||
import('./icons/core/workflow/systemNode/systemConfig.svg'),
|
||||
'core/workflow/systemNode/systemConfigLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/systemConfigLinear.svg'),
|
||||
'core/workflow/systemNode/textConcat': () =>
|
||||
import('./icons/core/workflow/systemNode/textConcat.svg'),
|
||||
'core/workflow/systemNode/textConcatLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/textConcatLinear.svg'),
|
||||
'core/workflow/systemNode/toolCall': () =>
|
||||
import('./icons/core/workflow/systemNode/toolCall.svg'),
|
||||
'core/workflow/systemNode/toolCallLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/toolCallLinear.svg'),
|
||||
'core/workflow/systemNode/toolParams': () =>
|
||||
import('./icons/core/workflow/systemNode/toolParams.svg'),
|
||||
'core/workflow/systemNode/toolParamsLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/toolParamsLinear.svg'),
|
||||
'core/workflow/systemNode/userSelect': () =>
|
||||
import('./icons/core/workflow/systemNode/userSelect.svg'),
|
||||
'core/workflow/systemNode/userSelectLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/userSelectLinear.svg'),
|
||||
'core/workflow/systemNode/variableUpdate': () =>
|
||||
import('./icons/core/workflow/systemNode/variableUpdate.svg'),
|
||||
'core/workflow/systemNode/variableUpdateLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/variableUpdateLinear.svg'),
|
||||
'core/workflow/systemNode/workflowStart': () =>
|
||||
import('./icons/core/workflow/systemNode/workflowStart.svg'),
|
||||
'core/workflow/systemNode/workflowStartLinear': () =>
|
||||
import('./icons/core/workflow/systemNode/workflowStartLinear.svg'),
|
||||
'core/workflow/template/BI': () => import('./icons/core/workflow/template/BI.svg'),
|
||||
'core/workflow/template/FileRead': () => import('./icons/core/workflow/template/FileRead.svg'),
|
||||
'core/workflow/template/aiChat': () => import('./icons/core/workflow/template/aiChat.svg'),
|
||||
'core/workflow/template/aiChatLinear': () =>
|
||||
import('./icons/core/workflow/template/aiChatLinear.svg'),
|
||||
'core/workflow/template/baseChart': () => import('./icons/core/workflow/template/baseChart.svg'),
|
||||
'core/workflow/template/bing': () => import('./icons/core/workflow/template/bing.svg'),
|
||||
'core/workflow/template/bocha': () => import('./icons/core/workflow/template/bocha.svg'),
|
||||
'core/workflow/template/codeRun': () => import('./icons/core/workflow/template/codeRun.svg'),
|
||||
'core/workflow/template/codeRunLinear': () =>
|
||||
import('./icons/core/workflow/template/codeRunLinear.svg'),
|
||||
'core/workflow/template/customFeedback': () =>
|
||||
import('./icons/core/workflow/template/customFeedback.svg'),
|
||||
'core/workflow/template/customFeedbackLinear': () =>
|
||||
import('./icons/core/workflow/template/customFeedbackLinear.svg'),
|
||||
'core/workflow/template/datasetConcat': () =>
|
||||
import('./icons/core/workflow/template/datasetConcat.svg'),
|
||||
'core/workflow/template/datasetConcatLinear': () =>
|
||||
import('./icons/core/workflow/template/datasetConcatLinear.svg'),
|
||||
'core/workflow/template/datasetSearch': () =>
|
||||
import('./icons/core/workflow/template/datasetSearch.svg'),
|
||||
'core/workflow/template/datasetSearchLinear': () =>
|
||||
import('./icons/core/workflow/template/datasetSearchLinear.svg'),
|
||||
'core/workflow/template/datasource': () =>
|
||||
import('./icons/core/workflow/template/datasource.svg'),
|
||||
'core/workflow/template/duckduckgo': () =>
|
||||
import('./icons/core/workflow/template/duckduckgo.svg'),
|
||||
'core/workflow/template/extractJson': () =>
|
||||
import('./icons/core/workflow/template/extractJson.svg'),
|
||||
'core/workflow/template/extractJsonLinear': () =>
|
||||
import('./icons/core/workflow/template/extractJsonLinear.svg'),
|
||||
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),
|
||||
'core/workflow/template/formInput': () => import('./icons/core/workflow/template/formInput.svg'),
|
||||
'core/workflow/template/formInputLinear': () =>
|
||||
import('./icons/core/workflow/template/formInputLinear.svg'),
|
||||
'core/workflow/template/getTime': () => import('./icons/core/workflow/template/getTime.svg'),
|
||||
'core/workflow/template/google': () => import('./icons/core/workflow/template/google.svg'),
|
||||
'core/workflow/template/httpRequest': () =>
|
||||
import('./icons/core/workflow/template/httpRequest.svg'),
|
||||
'core/workflow/template/httpRequestLinear': () =>
|
||||
import('./icons/core/workflow/template/httpRequestLinear.svg'),
|
||||
'core/workflow/template/ifelse': () => import('./icons/core/workflow/template/ifelse.svg'),
|
||||
'core/workflow/template/ifelseLinear': () =>
|
||||
import('./icons/core/workflow/template/ifelseLinear.svg'),
|
||||
'core/workflow/template/lafDispatch': () =>
|
||||
import('./icons/core/workflow/template/lafDispatch.svg'),
|
||||
'core/workflow/template/loop': () => import('./icons/core/workflow/template/loop.svg'),
|
||||
'core/workflow/template/loopEnd': () => import('./icons/core/workflow/template/loopEnd.svg'),
|
||||
'core/workflow/template/loopEndLinear': () =>
|
||||
import('./icons/core/workflow/template/loopEndLinear.svg'),
|
||||
'core/workflow/template/loopLinear': () =>
|
||||
import('./icons/core/workflow/template/loopLinear.svg'),
|
||||
'core/workflow/template/loopStart': () => import('./icons/core/workflow/template/loopStart.svg'),
|
||||
'core/workflow/template/loopStartLinear': () =>
|
||||
import('./icons/core/workflow/template/loopStartLinear.svg'),
|
||||
'core/workflow/template/mathCall': () => import('./icons/core/workflow/template/mathCall.svg'),
|
||||
'core/workflow/template/pluginOutput': () =>
|
||||
import('./icons/core/workflow/template/pluginOutput.svg'),
|
||||
'core/workflow/template/pluginOutputLinear': () =>
|
||||
import('./icons/core/workflow/template/pluginOutputLinear.svg'),
|
||||
'core/workflow/template/queryExtension': () =>
|
||||
import('./icons/core/workflow/template/queryExtension.svg'),
|
||||
'core/workflow/template/queryExtensionLinear': () =>
|
||||
import('./icons/core/workflow/template/queryExtensionLinear.svg'),
|
||||
'core/workflow/template/questionClassify': () =>
|
||||
import('./icons/core/workflow/template/questionClassify.svg'),
|
||||
'core/workflow/template/questionClassifyLinear': () =>
|
||||
import('./icons/core/workflow/template/questionClassifyLinear.svg'),
|
||||
'core/workflow/template/readFiles': () => import('./icons/core/workflow/template/readFiles.svg'),
|
||||
'core/workflow/template/readFilesLinear': () =>
|
||||
import('./icons/core/workflow/template/readFilesLinear.svg'),
|
||||
'core/workflow/template/reply': () => import('./icons/core/workflow/template/reply.svg'),
|
||||
'core/workflow/template/replyLinear': () =>
|
||||
import('./icons/core/workflow/template/replyLinear.svg'),
|
||||
'core/workflow/template/runApp': () => import('./icons/core/workflow/template/runApp.svg'),
|
||||
'core/workflow/template/searxng': () => import('./icons/core/workflow/template/searxng.svg'),
|
||||
'core/workflow/template/sleep': () => import('./icons/core/workflow/template/sleep.svg'),
|
||||
'core/workflow/template/stopTool': () => import('./icons/core/workflow/template/stopTool.svg'),
|
||||
'core/workflow/template/stopToolLinear': () =>
|
||||
import('./icons/core/workflow/template/stopToolLinear.svg'),
|
||||
'core/workflow/template/systemConfig': () =>
|
||||
import('./icons/core/workflow/template/systemConfig.svg'),
|
||||
'core/workflow/template/systemConfigLinear': () =>
|
||||
import('./icons/core/workflow/template/systemConfigLinear.svg'),
|
||||
'core/workflow/template/textConcat': () =>
|
||||
import('./icons/core/workflow/template/textConcat.svg'),
|
||||
'core/workflow/template/textConcatLinear': () =>
|
||||
import('./icons/core/workflow/template/textConcatLinear.svg'),
|
||||
'core/workflow/template/toolCall': () => import('./icons/core/workflow/template/toolCall.svg'),
|
||||
'core/workflow/template/toolCallLinear': () =>
|
||||
import('./icons/core/workflow/template/toolCallLinear.svg'),
|
||||
'core/workflow/template/toolParams': () =>
|
||||
import('./icons/core/workflow/template/toolParams.svg'),
|
||||
'core/workflow/template/toolParamsLinear': () =>
|
||||
import('./icons/core/workflow/template/toolParamsLinear.svg'),
|
||||
'core/workflow/template/toolkitActive': () =>
|
||||
import('./icons/core/workflow/template/toolkitActive.svg'),
|
||||
'core/workflow/template/toolkitInactive': () =>
|
||||
import('./icons/core/workflow/template/toolkitInactive.svg'),
|
||||
'core/workflow/template/userSelect': () =>
|
||||
import('./icons/core/workflow/template/userSelect.svg'),
|
||||
'core/workflow/template/userSelectLinear': () =>
|
||||
import('./icons/core/workflow/template/userSelectLinear.svg'),
|
||||
'core/workflow/template/variable': () => import('./icons/core/workflow/template/variable.svg'),
|
||||
'core/workflow/template/variableUpdate': () =>
|
||||
import('./icons/core/workflow/template/variableUpdate.svg'),
|
||||
'core/workflow/template/variableUpdateLinear': () =>
|
||||
import('./icons/core/workflow/template/variableUpdateLinear.svg'),
|
||||
'core/workflow/template/wiki': () => import('./icons/core/workflow/template/wiki.svg'),
|
||||
'core/workflow/template/workflowStart': () =>
|
||||
import('./icons/core/workflow/template/workflowStart.svg'),
|
||||
'core/workflow/template/workflowStartLinear': () =>
|
||||
import('./icons/core/workflow/template/workflowStartLinear.svg'),
|
||||
'core/workflow/touchTable': () => import('./icons/core/workflow/touchTable.svg'),
|
||||
'core/workflow/undo': () => import('./icons/core/workflow/undo.svg'),
|
||||
'core/workflow/upload': () => import('./icons/core/workflow/upload.svg'),
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 962 B After Width: | Height: | Size: 962 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 574 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 878 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
|
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 679 B |
|
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 782 B |
|
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 840 B |
|
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 577 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 584 B |
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 635 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 684 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 889 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 950 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 806 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 583 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -100,7 +100,7 @@ const DetailLogsModal = ({
|
||||
<MyBox
|
||||
display={'flex'}
|
||||
flexDirection={'column'}
|
||||
zIndex={3}
|
||||
zIndex={1000}
|
||||
position={['fixed', 'absolute']}
|
||||
top={[0, '2%']}
|
||||
right={0}
|
||||
|
||||
@@ -111,7 +111,7 @@ const SimpleEdit = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<Flex h={'100%'} flexDirection={'column'} px={[3, 0]} pr={[3, 3]} bg={'myGray.25'}>
|
||||
<Flex h={'100%'} flexDirection={'column'} px={[3, 0]} pr={[3, 3]}>
|
||||
<Header
|
||||
appForm={appForm}
|
||||
forbiddenSaveSnapshot={forbiddenSaveSnapshot}
|
||||
|
||||
@@ -51,7 +51,7 @@ const AppDetail = () => {
|
||||
return (
|
||||
<>
|
||||
<NextHead title={appDetail.name} icon={appDetail.avatar}></NextHead>
|
||||
<Box h={'100%'} position={'relative'}>
|
||||
<Box h={'100%'} position={'relative'} bg={'myGray.25'}>
|
||||
{!appDetail._id ? (
|
||||
<Loading fixed={false} />
|
||||
) : (
|
||||
|
||||