fix(web): VariableSelect & editor

This commit is contained in:
zhaoying
2026-04-03 20:45:37 +08:00
parent 1f72b8aa70
commit bd2a3bd7ef
7 changed files with 37 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 15:06:18
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-31 10:08:26
* @Last Modified time: 2026-04-03 20:28:08
*/
import LoopNode from './components/Nodes/LoopNode';
import NormalNode from './components/Nodes/NormalNode';
@@ -463,7 +463,7 @@ export const nodeLibrary: NodeLibrary[] = [
},
{ type: "list-operator", icon: 'rb:bg-[url("@/assets/images/workflow/list-operator.svg")]',
config: {
variable: {
input_list: {
type: 'variableList',
},
filter_by: {