添加工作流备注功能

This commit is contained in:
jxxghp
2025-07-09 12:22:08 +08:00
parent 153d4c1d01
commit cf87e2d5ac
7 changed files with 86 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ export default {
sendMessage: 'Send Message',
transferFile: 'Transfer File',
invokePlugin: 'Invoke Plugin',
note: 'Note',
},
qualityOptions: {
all: 'All',
@@ -660,6 +661,12 @@ export default {
actionParams: 'Action Parameters',
loadPluginSettingFailed: 'Failed to load plugin settings',
},
note: {
title: 'Note',
subtitle: 'Add workflow description notes',
content: 'Note Content',
placeholder: 'Please enter note content...',
},
title: 'Workflow',
share: 'Workflow Share',
searchShares: 'Search Workflow Shares',

View File

@@ -93,6 +93,7 @@ export default {
sendMessage: '发送消息',
transferFile: '整理文件',
invokePlugin: '调用插件',
note: '备注',
},
qualityOptions: {
all: '全部',
@@ -657,6 +658,12 @@ export default {
actionParams: '动作参数',
loadPluginSettingFailed: '加载插件设置失败',
},
note: {
title: '备注',
subtitle: '添加流程说明注释',
content: '备注内容',
placeholder: '请输入备注内容...',
},
title: '工作流',
share: '工作流分享',
searchShares: '搜索工作流分享',

View File

@@ -93,6 +93,7 @@ export default {
sendMessage: '發送消息',
transferFile: '整理文件',
invokePlugin: '調用插件',
note: '備註',
},
qualityOptions: {
all: '全部',
@@ -655,6 +656,12 @@ export default {
actionParams: '動作參數',
loadPluginSettingFailed: '加載插件設置失敗',
},
note: {
title: '備註',
subtitle: '添加流程說明註釋',
content: '備註內容',
placeholder: '請輸入備註內容...',
},
title: '工作流',
share: '工作流分享',
searchShares: '搜索工作流分享',