mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: plugin input type add select and custom var (#2571)
* feat: plugin input type add select and custom var * fix * fix ui * fix * fix
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"Login": "Login",
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
"Not_selected": "Not selected",
|
||||
"Rename": "Rename",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
@@ -293,6 +294,9 @@
|
||||
"zoomout_tip": "zoomOut ctrl +",
|
||||
"zoomout_tip_mac": "zoomOut ⌘ +"
|
||||
},
|
||||
"comon": {
|
||||
"Continue_Adding": "Continue Adding"
|
||||
},
|
||||
"confirm_choice": "Confirm selection",
|
||||
"contribute_app_template": "Contribution template",
|
||||
"core": {
|
||||
@@ -982,9 +986,12 @@
|
||||
"Manual input": "Manual input",
|
||||
"Manual select": "Manual select",
|
||||
"Reference": "Variable reference",
|
||||
"custom": "Custom",
|
||||
"dynamicTargetInput": "Dynamic external data",
|
||||
"file_link": "File link",
|
||||
"input": "Single line input box",
|
||||
"number input": "Number input box",
|
||||
"select": "Select",
|
||||
"selectApp": "App selection",
|
||||
"selectDataset": "Knowledge base selection",
|
||||
"selectLLMModel": "Dialogue model selection",
|
||||
|
Reference in New Issue
Block a user