feat: basic runner inplementation

This commit is contained in:
linonetwo 2023-07-22 01:36:15 +08:00
parent 6a1a7849d2
commit bd129dbd26
8 changed files with 48 additions and 12 deletions

View file

@ -457,6 +457,7 @@
},
"Workflow": {
"Title": "Workflow",
"Use": "Use",
"SearchComponents": "Search Components",
"AddNewWorkflow": "Add new workflow",
"AddNewWorkflowDescription": "Create a new automated workflow and save it to the selected workspace wiki to backup.",
@ -480,11 +481,13 @@
"AutoLayout": "Auto Layout",
"NotFilteringClickToInclude": "Not Filtering, Click To Include",
"FilteringIncludeClickToExclude": "Filtering Include, Click To Exclude",
"FilteringExcludeClickToRemove": "Filtering Exclude, Click To Remove Filtering"
"FilteringExcludeClickToRemove": "Filtering Exclude, Click To Remove Filtering",
"SearchWorkflows": "Search Workflows"
},
"Description": "Description",
"Tags": "Tags",
"Title": "Title",
"Delete": "Delete",
"Edit": "Edit",
"Open": "Open"
}

View file

@ -454,6 +454,7 @@
"Description": "描述",
"Tags": "标签",
"Open": "打开",
"Edit": "编辑",
"LanguageModel": {
"ModelNotExist": "找不到模型",
"ModelNotExistDescription": "尝试使用你给的这个路径加载模型,但在这个位置其实没有所需要的模型",
@ -462,6 +463,8 @@
},
"Workflow": {
"Title": "工作流",
"Use": "使用",
"SearchWorkflows": "搜索工作流",
"SearchComponents": "搜索可用组件",
"AddNewWorkflow": "添加新的工作流",
"AddNewWorkflowDescription": "创建新的自动化工作流并保存到所选的工作区Wiki里备份。",