Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-04-30 10:11:20 +08:00
3 changed files with 8 additions and 0 deletions

View File

@@ -1,9 +1,12 @@
import { getTaskidResult } from '@/api/flow-canvas' import { getTaskidResult } from '@/api/flow-canvas'
import { ElMessage } from 'element-plus' import { ElMessage } from 'element-plus'
import { updateVersionSketchUrlApi } from '@/api/flow-canvas' import { updateVersionSketchUrlApi } from '@/api/flow-canvas'
import i18n from '@/lang'
// interface NodeOptions { // interface NodeOptions {
// } // }
const t = i18n.global.t
export class GenerateManager { export class GenerateManager {
stateManager: any stateManager: any
taskIds: string[] = [] taskIds: string[] = []
@@ -68,6 +71,7 @@ export class GenerateManager {
nodeDataItem.glbPath = item.glbPath nodeDataItem.glbPath = item.glbPath
nodeDataItem.glbInfoObj = item.glbInfoObj nodeDataItem.glbInfoObj = item.glbInfoObj
} }
ElMessage.success(t('FlowCanvas.generateSuccess'))
} }
} }
}) })

View File

@@ -297,6 +297,8 @@ export default {
// 上传文件组件 // 上传文件组件
selectFile: 'Select File', selectFile: 'Select File',
uploadFiles: 'Upload your files', uploadFiles: 'Upload your files',
//生成成功
generateSuccess: 'New results have been generated.',
}, },
assistant: { assistant: {
inputPlaceholder: 'Ask anything' inputPlaceholder: 'Ask anything'

View File

@@ -292,6 +292,8 @@ export default {
// 上传文件组件 // 上传文件组件
selectFile: '选择文件', selectFile: '选择文件',
uploadFiles: '上传文件', uploadFiles: '上传文件',
//生成成功
generateSuccess: '新的结果已生成',
}, },
assistant: { assistant: {
inputPlaceholder: '请输入' inputPlaceholder: '请输入'