mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +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:
@@ -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": "无运行结果",
|
||||
|
Reference in New Issue
Block a user