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:
heheer
2024-08-30 18:03:04 +08:00
committed by GitHub
parent 903f39fe17
commit 9d5fd24085
29 changed files with 591 additions and 367 deletions

View File

@@ -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",