mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
4.8.12 dev (#2928)
* perf: optimize global variables (#2863) * feat: add global variable types * add global variables to debug * fix select dnd * unify InputTypeConfig params * feat: http node url support variables (#2891) * feat: http node url support variables * change to prompt editor * fix: global variables (#2892) * fix global variables * fix type * perf: global variables * perf: workflow delete node error (#2905) * update lock * update 4812 doc * feat: add node course url config (#2897) * feat: add node course url config * change plugin course url * change default doc url * change url store * delete unused code * fix: global variable (#2915) * fix: global variable * add comment * fix: interactive check * locj * perf: debug switch to global tab when click run & global var default reset (#2925) * fix: tool course url * fix: global var default value & wrap variable form (#2926) * fix: add dataset tags not update render (#2927) * feat: tool will save histories * perf: global variables code * perf: FE_DOMAIN config --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -275,6 +275,7 @@ export const iconPaths = {
|
||||
'core/workflow/versionHistories': () => import('./icons/core/workflow/versionHistories.svg'),
|
||||
date: () => import('./icons/date.svg'),
|
||||
delete: () => import('./icons/delete.svg'),
|
||||
drag: () => import('./icons/drag.svg'),
|
||||
edit: () => import('./icons/edit.svg'),
|
||||
empty: () => import('./icons/empty.svg'),
|
||||
export: () => import('./icons/export.svg'),
|
||||
|
8
packages/web/components/common/Icon/icons/drag.svg
Normal file
8
packages/web/components/common/Icon/icons/drag.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg viewBox="0 0 19 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.34434 4C5.3625 4 4.56656 4.79594 4.56656 5.77778C4.56656 6.75962 5.3625 7.55555 6.34434 7.55555C7.32618 7.55555 8.12211 6.75962 8.12211 5.77778C8.12211 4.79594 7.32618 4 6.34434 4Z" />
|
||||
<path d="M6.34434 10.2222C5.3625 10.2222 4.56656 11.0182 4.56656 12C4.56656 12.9818 5.3625 13.7778 6.34434 13.7778C7.32618 13.7778 8.12211 12.9818 8.12211 12C8.12211 11.0182 7.32618 10.2222 6.34434 10.2222Z" />
|
||||
<path d="M6.34434 16.4444C5.3625 16.4444 4.56656 17.2404 4.56656 18.2222C4.56656 19.2041 5.3625 20 6.34434 20C7.32618 20 8.12211 19.2041 8.12211 18.2222C8.12211 17.2404 7.32618 16.4444 6.34434 16.4444Z" />
|
||||
<path d="M13.4555 4C12.4736 4 11.6777 4.79594 11.6777 5.77778C11.6777 6.75962 12.4736 7.55555 13.4555 7.55555C14.4373 7.55555 15.2332 6.75962 15.2332 5.77778C15.2332 4.79594 14.4373 4 13.4555 4Z" />
|
||||
<path d="M13.4555 10.2222C12.4736 10.2222 11.6777 11.0182 11.6777 12C11.6777 12.9818 12.4736 13.7778 13.4555 13.7778C14.4373 13.7778 15.2332 12.9818 15.2332 12C15.2332 11.0182 14.4373 10.2222 13.4555 10.2222Z" />
|
||||
<path d="M13.4555 16.4444C12.4736 16.4444 11.6777 17.2404 11.6777 18.2222C11.6777 19.2041 12.4736 20 13.4555 20C14.4373 20 15.2332 19.2041 15.2332 18.2222C15.2332 17.2404 14.4373 16.4444 13.4555 16.4444Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
@@ -21,6 +21,7 @@
|
||||
"Login": "Login",
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
"None": "None",
|
||||
"Rename": "Rename",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
@@ -750,7 +751,6 @@
|
||||
"core.module.variable.select type": "Dropdown Single Select",
|
||||
"core.module.variable.text max length": "Max Length",
|
||||
"core.module.variable.textarea type": "Paragraph",
|
||||
"core.module.variable.variable name": "Variable Name",
|
||||
"core.module.variable.variable name is required": "Variable Name Cannot Be Empty",
|
||||
"core.module.variable.variable option is required": "Options Cannot Be All Empty",
|
||||
"core.module.variable.variable option is value is required": "Option Content Cannot Be Empty",
|
||||
@@ -781,7 +781,6 @@
|
||||
"core.workflow.Stop debug": "Stop Debugging",
|
||||
"core.workflow.Success": "Run Successful",
|
||||
"core.workflow.Value type": "Data Type",
|
||||
"core.workflow.Variable.Variable type": "Variable Type",
|
||||
"core.workflow.debug.Done": "Debugging Completed",
|
||||
"core.workflow.debug.Hide result": "Hide Result",
|
||||
"core.workflow.debug.Not result": "No Run Result",
|
||||
|
@@ -2,7 +2,11 @@
|
||||
"Array_element": "Array element",
|
||||
"Code": "Code",
|
||||
"Confirm_sync_node": "It will be updated to the latest node configuration and fields that do not exist in the template will be deleted (including all custom fields).\n\nIf the fields are complex, it is recommended that you copy a node first and then update the original node to facilitate parameter copying.",
|
||||
"Node_variables": "Node variables",
|
||||
"Node.Open_Node_Course": "Open node course",
|
||||
"Quote_prompt_setting": "Quote prompt",
|
||||
"Variable.Variable type": "Variable type",
|
||||
"Variable_name": "Variable name",
|
||||
"add_new_input": "Add New Input",
|
||||
"add_new_output": "New output",
|
||||
"append_application_reply_to_history_as_new_context": "Append the application's reply to the history as new context",
|
||||
@@ -179,6 +183,7 @@
|
||||
"user_question": "User Question",
|
||||
"user_question_tool_desc": "User input questions (questions need to be improved)",
|
||||
"value_type": "Value type",
|
||||
"variable_description": "Variable description",
|
||||
"variable_picker_tips": "Type node name or variable name to search",
|
||||
"variable_update": "Variable Update",
|
||||
"workflow.My edit": "My Edit",
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"Login": "登录",
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
"None": "无",
|
||||
"Rename": "重命名",
|
||||
"Resume": "恢复",
|
||||
"Running": "运行中",
|
||||
@@ -755,7 +756,6 @@
|
||||
"core.module.variable.select type": "下拉单选",
|
||||
"core.module.variable.text max length": "最大长度",
|
||||
"core.module.variable.textarea type": "段落",
|
||||
"core.module.variable.variable name": "变量名",
|
||||
"core.module.variable.variable name is required": "变量名不能为空",
|
||||
"core.module.variable.variable option is required": "选项不能全空",
|
||||
"core.module.variable.variable option is value is required": "选项内容不能为空",
|
||||
@@ -786,7 +786,6 @@
|
||||
"core.workflow.Stop debug": "停止调试",
|
||||
"core.workflow.Success": "运行成功",
|
||||
"core.workflow.Value type": "数据类型",
|
||||
"core.workflow.Variable.Variable type": "变量类型",
|
||||
"core.workflow.debug.Done": "完成调试",
|
||||
"core.workflow.debug.Hide result": "隐藏结果",
|
||||
"core.workflow.debug.Not result": "无运行结果",
|
||||
|
@@ -2,7 +2,11 @@
|
||||
"Array_element": "数组元素",
|
||||
"Code": "代码",
|
||||
"Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。",
|
||||
"Node_variables": "节点变量",
|
||||
"Node.Open_Node_Course": "查看节点教程",
|
||||
"Quote_prompt_setting": "引用提示词配置",
|
||||
"Variable.Variable type": "变量类型",
|
||||
"Variable_name": "变量名",
|
||||
"add_new_input": "新增输入",
|
||||
"add_new_output": "新增输出",
|
||||
"append_application_reply_to_history_as_new_context": "将该应用回复内容拼接到历史记录中,作为新的上下文返回",
|
||||
@@ -180,6 +184,7 @@
|
||||
"user_question": "用户问题",
|
||||
"user_question_tool_desc": "用户输入的问题(问题需要完善)",
|
||||
"value_type": "数据类型",
|
||||
"variable_description": "变量描述",
|
||||
"variable_picker_tips": "可输入节点名或变量名搜索",
|
||||
"variable_update": "变量更新",
|
||||
"workflow.My edit": "我的编辑",
|
||||
|
Reference in New Issue
Block a user