From ad6e38d568a89215eb98c6ce9acd9ab369fba298 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Tue, 4 Aug 2026 11:47:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=85=B3=E8=8A=82?= =?UTF-8?q?=E8=BF=90=E5=8A=A8=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 3684e9a..81d97cc 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -377,9 +377,6 @@ function handler(params) { { name: "target", type: "input", input: "[0, 0, 0, 0, 0, 0]", disabled: true }, { name: "velocity", type: "input", componentType: 'number', max: 5, step: 0.1, input: 0.5, disabled: true }, { name: "acceleration", type: "input", componentType: 'number', max: 5, step: 0.1, input: 1, disabled: true }, - { name: "blendRadius", type: "input", componentType: 'number', max: 5, step: 0.01, input: 0, required: false, disabled: true }, - { name: "jointVelocityLimits", type: "input", input: "", required: false, disabled: true }, - { name: "asynchronous", type: "input", input: false, componentType: 'select', selectOptions: booleanOptions(), required: false, disabled: true } ], outputType: 'json' },