File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ export const speechToTextNode = {
270270}
271271export const textToSpeechNode = {
272272 type : WorkflowType . TextToSpeechNode ,
273- text : '将文本通过语音合成模型转换为音频文件 ' ,
273+ text : '将文本通过语音合成模型转换为音频 ' ,
274274 label : '文本转语音' ,
275275 height : 252 ,
276276 properties : {
@@ -287,17 +287,17 @@ export const textToSpeechNode = {
287287}
288288export const menuNodes = [
289289 aiChatNode ,
290+ imageUnderstandNode ,
291+ imageGenerateNode ,
290292 searchDatasetNode ,
291- questionNode ,
293+ rerankerNode ,
292294 conditionNode ,
293295 replyNode ,
294- rerankerNode ,
295- documentExtractNode ,
296- imageUnderstandNode ,
297296 formNode ,
297+ questionNode ,
298+ documentExtractNode ,
298299 speechToTextNode ,
299- textToSpeechNode ,
300- imageGenerateNode
300+ textToSpeechNode
301301]
302302
303303/**
@@ -390,7 +390,7 @@ export const nodeDict: any = {
390390 [ WorkflowType . ImageUnderstandNode ] : imageUnderstandNode ,
391391 [ WorkflowType . TextToSpeechNode ] : textToSpeechNode ,
392392 [ WorkflowType . SpeechToTextNode ] : speechToTextNode ,
393- [ WorkflowType . ImageGenerateNode ] : imageGenerateNode
393+ [ WorkflowType . ImageGenerateNode ] : imageGenerateNode
394394}
395395export function isWorkFlow ( type : string | undefined ) {
396396 return type === 'WORK_FLOW'
Original file line number Diff line number Diff line change 11<template >
2- <AppAvatar shape =" square" style =" background : #14C0FF ;" >
3- <img src =" @/assets/icon_image .svg" style =" width : 65% " alt =" " />
2+ <AppAvatar shape =" square" style =" background : #FF8800 ;" >
3+ <img src =" @/assets/icon_text-image .svg" style =" width : 65% " alt =" " />
44 </AppAvatar >
55</template >
66<script setup lang="ts"></script >
You can’t perform that action at this time.
0 commit comments